Blinking element

Hi there,

I am wanting to make an element’s border blink to signify where to press. I wanted to check the best way to do this without using up any WU i.e doing it all client side.

My thought is to use a custom state and just change the state back and forth but that seems a bit long winded.

Any thoughts?

Ta

That seems like the way to do it (I’m not sure I’d consider it long-winded).

You could also use some CSS animiation instead.

Here are two examples…

  1. with pure Bubble (i.e. a custom state)
  2. with CSS

Blinking Buttons (bubbleapps.io)

1 Like