Plugin details
## Description
Ultimate Timer is a simple, reliable timer element for your Bubble app. It’s super-lightweight, glitch-free, and works seamlessly on all devices.
## Actions & Usage
### Start Timer
- **Field**: `startTime` (number, ms)
- **Triggers**: `timer_started` event
- **Behaviour**: Begins or resumes counting from `startTime`. Updates two states every second:
- `currentTime_ms` → elapsed time in milliseconds
- `currentTime_text` → formatted `HH:MM:SS`
### Pause Timer
- **No fields required**
- **Triggers**: `paused` event
- **Behaviour**: Stops the live timer but keeps the elapsed time intact.
### Reset Timer
- **No fields required**
- **Triggers**: `reset` event
- **Behaviour**: Stops the timer and resets both states to zero (`0` ms / `00:00:00`).