docs for #1816 and remove showHelp
This commit is contained in:
parent
1749f0d019
commit
5ad66f3779
2 changed files with 11 additions and 12 deletions
|
@ -466,14 +466,15 @@ Reveal.nextFragment();
|
|||
// Randomize the order of slides
|
||||
Reveal.shuffle();
|
||||
|
||||
// Shows a help overlay with keyboard shortcuts
|
||||
Reveal.showHelp();
|
||||
|
||||
// Toggle presentation states, optionally pass true/false to force on/off
|
||||
Reveal.toggleOverview();
|
||||
Reveal.togglePause();
|
||||
Reveal.toggleAutoSlide();
|
||||
|
||||
// Shows a help overlay with keyboard shortcuts, optionally pass true/false
|
||||
// to force on/off
|
||||
Reveal.toggleHelp();
|
||||
|
||||
// Change a config value at runtime
|
||||
Reveal.configure({ controls: true });
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue