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,