1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-09-02 19:22:57 +02:00

add autoSlideStoppable config value, allows autoSlide to be aborted on user input

This commit is contained in:
Hakim El Hattab
2013-10-11 08:40:40 -04:00
parent 1421934fde
commit e94f62a58f
3 changed files with 34 additions and 10 deletions

View File

@@ -97,6 +97,9 @@ Reveal.initialize({
// by using a data-autoslide attribute on your slides
autoSlide: 0,
// Stop auto-sliding after user input
autoSlideStoppable: true,
// Enable slide navigation via mouse wheel
mouseWheel: false,