diff options
author | Hakim El Hattab | 2012-07-15 19:21:47 -0400 |
---|---|---|
committer | Hakim El Hattab | 2012-07-15 19:21:47 -0400 |
commit | cd3fc43e77e7fc41ca13655eccaf97d3b36a1c4c (patch) | |
tree | 04d93d0c5f5cd5100477cae2b6cb6eb0ee275eac /index.html | |
parent | de2a95d0ac2586cd46d29a3915bbfeea4f1ec335 (diff) |
added autoSlide option (#59), clear out list of options in index.html's initialize call
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 19 |
1 files changed, 2 insertions, 17 deletions
@@ -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) }); } ); |