aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2012-04-28 12:16:56 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2012-04-28 12:16:56 -0400
commitcde5362db3c9f9c11377bce38c527b4e7d09344f (patch)
treef1ef8dd76bee596673442c682943646a6a770fd8 /index.html
parenteee6e5f9649321a26bd8ebe295b7a2dadd333c1d (diff)
downloadfosdem-2018-presentation-cde5362db3c9f9c11377bce38c527b4e7d09344f.tar
fosdem-2018-presentation-cde5362db3c9f9c11377bce38c527b4e7d09344f.tar.gz
added support for looped presentations
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.html b/index.html
index 69d598f..5346e34 100644
--- a/index.html
+++ b/index.html
@@ -260,6 +260,9 @@
// If true; each slide will be pushed to the browser history
history: true,
+ // Loops the presentation, defaults to false
+ loop: false,
+
// Flags if mouse wheel navigation should be enabled
mouseWheel: true,