⏲ Customized Stopwatch / Timer / Countdown

Hey everyone, We are glad to announce our new plugin. We recently released a new plugin Stopwatch / Timer / Countdown.

Create timers, stopwatches, and countdowns on your Bubble App.

Timer: Create timers and start them in any order.

Stopwatch: A stopwatch counts the time to the millisecond that passes after you click the Start button. It allows you to add laps.

Countdown: Create a countdown timer that counts down in seconds, minutes, hours, and days to any date, with time zone support.

Demo

For More Plugins From Us

3 Likes

@confluex D oes the countdown timer still maintain the time/data if a page is refreshed or user inactive?

Hi there, seem like my timer is having a error, the time just doubles rather then go up by one second

Hi. I tested this plugin and only seems to work if everything happens on the same page. How can I use it if I want to set the timing on an admin page for example and the countdown to run on a user page. Is this possible ?

Is this thread read?

I am having an issue with resuming a countdown after a pause.
It somehow starts another countdown in the background.

If during a countdown I do lets say 5 pauses, and then resume the coundown (5 times), I will have 5 “End countdown events” at the end instead of just one.

Hi,

There are few console.log messages you have left in the code.
console.log(instance.data.elapsed);
console.log(diff);
console.log(seconds);
console.log(instance.data.elapsedOnPause);

Can you please comment them or remove them?

1 Like

@confluex - +1 to the above!