aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
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