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 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index d3c2228..b1e7355 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,9 @@ Reveal.initialize({ // 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, @@ -98,6 +101,7 @@ document.addEventListener( 'someState', function() { #### 1.3 (master) - Revised keyboard shortcuts, including ESC for overview, N for next, P for previous. Thanks [mahemoff](https://github.com/mahemoff) +- Added support for looped presentations via config #### 1.2 -- cgit v1.2.3