mirror of
https://github.com/slidevjs/slidev.git
synced 2026-09-14 20:46:32 +08:00
ff6d15baf6
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
558 B
558 B
tags, description
| tags | description | |
|---|---|---|
|
Timer for the presenter mode. |
Presenter Timer
Slidev provides a timer for the presenter mode. You can start, pause, and reset the timer.
It will show a timer (in stopwatch or countdown mode), and a progress bar in the presenter mode.
Configuration
You can set the duration of the presentation in the headmatter. Default is 30min.
---
# duration of the presentation, default is '30min'
duration: 30min
# timer mode, can be 'countdown' or 'stopwatch', default is 'stopwatch'
timer: stopwatch
---