Hi all, I’m only a couple of days into Bubble but am really enjoying the experience so far. Here is my current situation:
I have a Contract data type with a backend flag, “Is Pending”. The following table is aRepeatingGroup of these Contract objects. I can easily use conditions to, for example, set the background-colour to blue if Contract.IsPending.
However, I’d really like to have a cyclical/perpetual animation. Imagine angled blue stripes running along the horizontal access of any rows that are pending. Any thoughts? Cheers
Instead of changing the backgroung color you can insert a gif animation and make it visible only in the rows you want. Do you have any particular animation you desire to share with us?
I’ve been playing around with GIFs but they just always look jerky. If I was building from scratch I’d probs look for a css animation. Idk, maybe I just need to play around… Also, if the table has a variable width, scaling can become tricky with a GIF
Thanks for the ideas guys! For simplicity I ended up adding a “Status” column and a GIF spinner - this also makes it easy for me to communicate if something has “failed”.