diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -71,6 +71,9 @@ Reveal.initialize({ // Enable the slide overview mode overview: true, + // Vertical centering of slides + center: false, + // Loop the presentation loop: false, @@ -205,7 +208,7 @@ The default fragment style is to start out invisible and fade in. This style can ### Overview mode -Just press "Esc" key to toggle on and off the overview mode. While you're in this mode, you still can navigate between slides, +Press "Esc" key to toggle the overview mode on and off. While you're in this mode, you can still navigate between slides, as if you were at 1,000 feet above your presentation. ### Fragment events |