This plugin provides a persistent countdown timer element that leverages cookies to maintain its state even after the page is reloaded.
It allows you to configure a custom duration and assign a unique ID to each instance, ensuring multiple timers can operate independently.
With built-in events such as Timer Updated and Timer Finished, you can seamlessly integrate dynamic workflows that respond as the timer counts down or completes.
Free
For everyone
3.0 stars • 1 ratings
136 installs
This plugin does not collect or track your personal data.
Drag and drop the Persistent Countdown Timer onto your page.
2. Configure Parameters:
- Duration: Set the timer duration in seconds.
- ID: Provide a unique identifier for the timer (this ID is used for naming the cookie and enabling state persistence).
3. Control the Timer:
- Use the Timer Start action to start or restart the countdown.
- Use the Timer Stop action to halt the timer at any moment.
4. Integrate with Your Workflow:
- Subscribe to the Timer Updated event to update other elements or states as the timer progresses. - Leverage the Timer Finished event to trigger actions when the countdown reaches zero.
Types
This plugin can be found under the following types:
It's fine, but moves in increments of 1 second. So not very useful for animations replying on the percentage, as the percentage just jumps every second.