diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-06-16 18:47:39 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-06-16 18:47:39 +0200 |
commit | 8f24561878598b49b630bb871b2e30402227f549 (patch) | |
tree | 83854f42b39812f2506a2ef4709c0b0d2d7dc634 | |
parent | ebfb49674308e51b1089e0451afc74d678482a09 (diff) | |
download | fosdem-2018-presentation-8f24561878598b49b630bb871b2e30402227f549.tar fosdem-2018-presentation-8f24561878598b49b630bb871b2e30402227f549.tar.gz |
documentation for help flag
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -136,6 +136,10 @@ Reveal.initialize({ // i.e. contained within a limited portion of the screen embedded: false, + // Flags if we should show a help overlay when the questionmark + // key is pressed + help: true, + // Number of milliseconds between automatically proceeding to the // next slide, disabled when set to 0, this value can be overwritten // by using a data-autoslide attribute on your slides |