Hello, I have an image card and I would like it to only display when I have a button pressed, how do I do that?
This is not a function that’s available in the widget system directly. There is a possibility you might be able to achieve something like this using stylesheets and some advanced css, but you cannot through any basic configuration.
The closest you could get to this just through the native widget system would be a switch or button that toggles a variable which controls the visibility of the card. Then it would be click to show and click again to hide.
If you wanted to make sure that the card did not stay visible even if you forgot to hide it manually, you could use an item instead of variable and give that item an expire timeout which would hide the card after the given duration is up.
This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.