aboutsummaryrefslogtreecommitdiff
path: root/js/reveal.js
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2018-01-25 09:26:10 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2018-01-25 09:26:10 +0100
commitde746bb64242820dc688b17f47935911ba7bfa86 (patch)
treea77b29b3b426bbfb850fd87749829ac5dea2572d /js/reveal.js
parent4232f41abd73cd9490be689b9bbcdd6f1fa87c54 (diff)
downloadperl-software-in-gnu-guix-de746bb64242820dc688b17f47935911ba7bfa86.tar
perl-software-in-gnu-guix-de746bb64242820dc688b17f47935911ba7bfa86.tar.gz
reorganize config options
Diffstat (limited to 'js/reveal.js')
-rw-r--r--js/reveal.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/js/reveal.js b/js/reveal.js
index 0120f31..c9fa9f1 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -135,6 +135,11 @@
// Use this method for navigation when auto-sliding (defaults to navigateNext)
autoSlideMethod: null,
+ // Specify the average time in seconds that you think you will spend
+ // presenting each slide. This is used to show a pacing timer in the
+ // speaker view
+ defaultTiming: null,
+
// Enable slide navigation via mouse wheel
mouseWheel: false,