Holding my breath for dynamic pause between actions

Been waiting on this one for a while… show me some love Bubble!

image

Why would you be interested in that? :roll_eyes:
Likely what you need is a way to react to something, a sort of “when ready”, and maybe you should advocate for events.

1 Like

I’ve solved this with “Do every X seconds” combined with a couple of states (date and yes / no states). Not a headache to solve, but would be useful for:

  • Custom animations (change html classes with variable pauses)
  • Lock stuff up for the duration of a media file using a “Pause for X seconds”
  • Simple apps like a breathing app with variable breath length

Again, I’ve solved all of the above with states and “Do ever X seconds” WF. But these would take a few steps out of the equation.

2 Likes