Count Down Timer with Action
Overview
Documentation
Description
The widget uses a future date to count down too, and when done will display what you modeled. The widget will also fire an Action you can defined when the count down reaches 0.
Typical usage scenario:
To display time difference between a future time.
Features:
- Counts down to future time
- Can choose what digits to turn on or off.
Limitations:
- None
Dependencies:
- None
Installation:
Add an attribute of type Date-Time.
Model out what must be displayed once the count down is done.
Optional: Add Action to be called when count down is Zero.
Configuration:
The widget exposes an exhaustive list of CSS class names that can be styled:
Full List see Here:
widget_countDownTimer__container – Container Class Name (Wrapped Whole Widget)
widget_countDownTimer__value - Value Class Name (Wrapped Value and Separator)
widget_countDownTimer__separator - Separator Class Name
widget_countDownTimer__legend- Legend Class Name
widget_countDownTimer__days - Days Class Name
widget_countDownTimer__hours – Hours Class Name
widget_countDownTimer__minutes - Minutes Class Name
widget_countDownTimer__seconds - Seconds Class Name
widget_countDownTimer__digit – Class Name on Individual Numbers
Bugs:
See here