diff options
author | Hakim El Hattab | 2017-05-16 15:40:50 +0200 |
---|---|---|
committer | Hakim El Hattab | 2017-05-16 15:40:50 +0200 |
commit | 67507ccb9d12d9d1583c362ce079fb817c6faa68 (patch) | |
tree | d65126e68bd3cb55282fae74fdcc87206779899a /README.md | |
parent | 9e013ccbb2415bcf8a7a7c7926263bdf980bfa8f (diff) |
controlsHints -> controlsTutorial
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -184,9 +184,9 @@ Reveal.initialize({ // Display presentation control arrows controls: true, - // Hint at where the user can navigate, for example by animating - // the down arrow when we first encounter a vertical slide - controlsHints: true, + // Help the user learn the controls by providing hints, for example by + // bouncing the down arrow when they first encounter a vertical slide + controlsTutorial: true, // Determines where controls appear, "edges" or "bottom-right" controlsLayout: 'bottom-right', |