add autoSlideStoppable config value, allows autoSlide to be aborted on user input
This commit is contained in:
parent
1421934fde
commit
e94f62a58f
3 changed files with 34 additions and 10 deletions
|
@ -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,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue