From cde5362db3c9f9c11377bce38c527b4e7d09344f Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Sat, 28 Apr 2012 12:16:56 -0400 Subject: added support for looped presentations --- index.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'index.html') 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, -- cgit v1.2.3