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 --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 602d81c..3f95362 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Markup heirarchy needs to be ``
` ### Configuration -At the end of your page, after ````, you need to initialize reveal by running the following code. Note that all config values are optional. +At the end of your page, after ````, you need to initialize reveal by running the following code. Note that all config values are optional and will default as specified below. ```javascript Reveal.initialize({ @@ -36,13 +36,17 @@ Reveal.initialize({ // Display a presentation progress bar progress: true, - // If true; each slide will be pushed to the browser history - history: true, + // Push each slide change to the browser history + history: false, - // Loops the presentation, defaults to false + // Loop the presentation loop: false, - // Flags if mouse wheel navigation should be enabled + // Number of milliseconds between automatically proceeding to the + // next slide, disabled when set to 0 + autoSlide: 0, + + // Enable slide navigation via mouse wheel mouseWheel: true, // Apply a 3D roll to links on hover @@ -170,6 +174,7 @@ You can change the appearance of the speaker notes by editing the file at `plugi - Slide notes by [rmurphey](https://github.com/rmurphey) - Bumped up default font-size for code samples - Added beige theme +- Added 'autoSlide' config #### 1.3 - Revised keyboard shortcuts, including ESC for overview, N for next, P for previous. Thanks [mahemoff](https://github.com/mahemoff) -- cgit v1.2.3