1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-31 10:11:52 +02:00

add showHelp to api #1611

This commit is contained in:
Hakim El Hattab
2016-06-10 10:04:54 +02:00
parent 7d6cc9f3ec
commit ca92d22adc
2 changed files with 6 additions and 0 deletions

View File

@@ -434,6 +434,9 @@ 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();