Files
Anthony Fu ff6d15baf6 feat: support setting duration of timer and provide countdown mode (#2309)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-10-24 15:06:59 +09:00

558 B

tags, description
tags description
presenter
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
---