diff options
author | Hakim El Hattab | 2012-04-28 12:16:56 -0400 |
---|---|---|
committer | Hakim El Hattab | 2012-04-28 12:16:56 -0400 |
commit | cde5362db3c9f9c11377bce38c527b4e7d09344f (patch) | |
tree | f1ef8dd76bee596673442c682943646a6a770fd8 /README.md | |
parent | eee6e5f9649321a26bd8ebe295b7a2dadd333c1d (diff) |
added support for looped presentations
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |