summaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html19
1 files changed, 2 insertions, 17 deletions
diff --git a/index.html b/index.html
index 7f05d12..d67c179 100644
--- a/index.html
+++ b/index.html
@@ -279,29 +279,14 @@ function linkify( selector ) {
// event.previousSlide, event.currentSlide, event.indexh, event.indexv
} );
+ // Full list of configuration options available here:
+ // https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
- // Display controls in the bottom right corner
controls: true,
-
- // Display a presentation progress bar
progress: true,
-
- // 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,
-
- // Apply a 3D roll to links on hover
- rollingLinks: true,
-
- // UI style
theme: query.theme || 'default', // default/neon/beige
-
- // Transition style
transition: query.transition || 'default' // default/cube/page/concave/linear(2d)
});
} );