xaringan - can I set a countdown for the whole presentation?

Viewed 118

I know I can set a countdown for each slide with

---
output:
  xaringan::moon_reader:
    nature:
      countdown: 60000
---

But what if I want to time my whole presentation? I mean, I have 15 minutes to present all slides.

1 Answers
Related