From 9856f57db5a2a66d78f58f07069ebf8c1f5b9d56 Mon Sep 17 00:00:00 2001
From: Hakim El Hattab
Date: Fri, 30 Dec 2011 22:33:19 -0800
Subject: browser history updates can now be disabled via config
---
index.html | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
(limited to 'index.html')
diff --git a/index.html b/index.html
index 8251079..025c091 100644
--- a/index.html
+++ b/index.html
@@ -5,6 +5,9 @@
reveal.js
+
+
+
@@ -219,6 +222,9 @@
// Display a presentation progress bar
progress: true,
+ // If true; each slide will be pushed to the browser history
+ history: false,
+
// Apply a 3D roll to links on hover
rollingLinks: true,
@@ -226,11 +232,11 @@
theme: query.theme || 'default', // default/neon
// Transition style
- transition: query.transition || 'default' // default/cube/page/concave/linear(2d),
+ transition: query.transition || 'default' // default/cube/page/concave/linear(2d)
});
hljs.initHighlightingOnLoad();
-
+