Countdown
About 115 wordsLess than 1 minute
2026-03-28
Module key: countdown.basicCategory: Countdown
A countdown timer that counts down to zero. Can be started, stopped, and reset by the operator.
Configuration
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
| Duration | Number | Yes | 300 | Duration in seconds |
| Label | String | No | -- | Optional label text (e.g., "Starting in...") |
| Format | hh:mm:ss / mm:ss / ss | Yes | mm:ss | Display format |
| Auto-hide | Boolean | No | false | Automatically hide when timer reaches zero |
Actions
| Action | Description |
|---|---|
| Show | Bring the countdown on screen |
| Hide | Remove the countdown from screen |
| Start | Begin counting down |
| Stop | Pause the countdown |
| Reset | Reset to the configured duration |
Animations
- Enter: Fades in
- Exit: Fades out