Hi
I’m looking for a way to mark an item on screen but play an animation when doing so.
Let’s say I want to star an item and remember that no matter what page I’m on that item is starred.
I can do that with a variable attached to the show/hide property - great.
What I would like to do and don’t know how to do is to play an animation when turning starring on or off e.g. a bounce. Any suggestions on how I could do this? I’ve tried attaching a variable to the component variant but I can’t get it to play through the bounce presumably because the variant is tied to the variable and won’t change.