Hi everybody,
I need some help and I’m not sure if this is even possible in Bubble.
I want to add something like a “wait” icon to my app. So when some specific conditions are met, an image appears and starts to rotate. Then when a condition is false (“no”) the image stops rotating.
So basically an animation were you can set the duration via a yes/no thing.
More than possible: it’s a built in thing. I use it all the time.
Icons have a rotate parameter. Conditional states evaluate Booleans. Rotate can be controlled as a result of a condition. I think that’ll get ya going!
(Drop icon on page. Note you can make it rotate. Note Conditional tab. Note you can start and stop rotation and control visibility from that tab based on any number of different conditions.)