diff options
author | Hakim El Hattab | 2013-10-11 08:40:40 -0400 |
---|---|---|
committer | Hakim El Hattab | 2013-10-11 08:40:40 -0400 |
commit | e94f62a58fae974fe1c4fb6111007a8c7337749b (patch) | |
tree | 2327d650d39852a925439540a0ce024fe6ae44b3 /README.md | |
parent | 1421934fde119e20cee8490a5fb57f8db825b9c0 (diff) |
add autoSlideStoppable config value, allows autoSlide to be aborted on user input
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 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, |