aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 52dcd22..9121d71 100644
--- a/README.md
+++ b/README.md
@@ -152,6 +152,11 @@ Reveal.initialize({
// Stop auto-sliding after user input
autoSlideStoppable: true,
+ // When auto-sliding is active, do always proceed to the right
+ // instead of the next slide which may be below (useful for
+ // infinite loop presentations with hidden "bonus slides")
+ autoSlideRight: false,
+
// Enable slide navigation via mouse wheel
mouseWheel: false,