General
This is a very simple timer aimed at
using in meetings.
- At 1 min the screen turns yellow
- At 0 min the screen turns red
- Time keeps running after hitting 0
- The large display changes only every 15s to avoid
distracting the speaker. The full time is still shown
smaller in the lower left corner.
- There is a progress bar at the top to visually let the
speaker know of their progress.
Canned configs
index.html?d
|
10min long with title "Discussion", last 2m background
yellow, <0m background red.
|
index.html?r
|
10min long, first 4 titled "Reading", last 6m titled
"Discussion", last 2m background yellow, <0m
background red.
|
Simple config
URL Parameters
You can control some of these values with URL params:
- durationSecs - total length of the timer in
seconds, defaults to 300 (5m)
- warningAtSecs - when to show the warning color
(yellow) in seconds, defaults to 60 (1m)
- tickMillis - the number of millis in a tick,
defaults to 1000 (1s). If you want to make the timer go
faster decrease this number. The name is horrible, I know,
because I'm a shitty namer.
- progressBarHeight - the height of the progress
bar in pixels.
- config - a custom config in JSON to define
custom notices and background colors for spans of
time. See the examples
in timer.js, search
for
Example config
.
Key shortcuts
Try
some
custom
attributes