Timer which can be integrated as browser source
Features
Customization
Features
- Preset timer via URL https://terenc3.github.io/timer/#00:15:00 (15 minutes)
- Auto start timer when source becomes visible
- Add browser source https://terenc3.github.io/timer/
- Use
Interact
to control timer - Enter desired time via
number keys
e.g 130 for 1 minutes and 30 seconds. Clear time withc
- Start timer with
enter
- Stop timer with
q
Customization
CSS:
body {
background-color: transparent;
}
#timer {
color: blue;
}
#timer.ended {
color: yellow;
animation: none;
}