aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-10-11 08:40:40 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-10-11 08:40:40 -0400
commite94f62a58fae974fe1c4fb6111007a8c7337749b (patch)
tree2327d650d39852a925439540a0ce024fe6ae44b3 /README.md
parent1421934fde119e20cee8490a5fb57f8db825b9c0 (diff)
downloadfreenode-live-2017-presentation-e94f62a58fae974fe1c4fb6111007a8c7337749b.tar
freenode-live-2017-presentation-e94f62a58fae974fe1c4fb6111007a8c7337749b.tar.gz
add autoSlideStoppable config value, allows autoSlide to be aborted on user input
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6d78ae9..039c504 100644
--- a/README.md
+++ b/README.md
@@ -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,