From cd3fc43e77e7fc41ca13655eccaf97d3b36a1c4c Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Sun, 15 Jul 2012 19:21:47 -0400 Subject: added autoSlide option (#59), clear out list of options in index.html's initialize call --- index.html | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) (limited to 'index.html') 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) }); } ); -- cgit v1.2.3