diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -355,7 +355,7 @@ Reveal.initialize({ // the automated time allocation causes slide pacing to fall // below this threshold, then you will see an alert in the // speaker notes window - minimumTimePerSlide: 0; + minimumTimePerSlide: 0, // Enable slide navigation via mouse wheel mouseWheel: false, |