aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-12-21 18:15:23 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-12-21 18:15:23 +0100
commit49e0749bc637a87aa43e77bc2f12f55b8039b1ea (patch)
tree327bbbf66c42bae86618866b6782f45cedbdcc76 /README.md
parent6215b12f6ee559c91c2b82be9f98d91f42af9ee7 (diff)
downloadfreenode-live-2017-presentation-49e0749bc637a87aa43e77bc2f12f55b8039b1ea.tar
freenode-live-2017-presentation-49e0749bc637a87aa43e77bc2f12f55b8039b1ea.tar.gz
readme tweaks for auto-sliding
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 58c2a0b..b085e09 100644
--- a/README.md
+++ b/README.md
@@ -268,7 +268,7 @@ Reveal.configure({
```
When this is turned on a control element will appear that enables users to pause and resume auto-sliding. Alternatively, sliding can be paused or resumed by pressing »a« on the keyboard. Sliding is paused automatically as soon as the user starts navigating. You can disable these controls by specifying ```autoSlideStoppable: false``` in your reveal.js config.
-You can also override the slide duration for individual slides and fragments by using the ```data-autoslide``` attribute on individual sections or fragments:
+You can also override the slide duration for individual slides and fragments by using the ```data-autoslide``` attribute:
```html
<section data-autoslide="2000">
@@ -278,7 +278,8 @@ You can also override the slide duration for individual slides and fragments by
</section>
```
-Whenever the auto-slide mode is resumed or paused the ```autoslideresumed``` and ```autoslidepaused``` events are fired.
+Whenever the auto-slide mode is resumed or paused the ```autoslideresumed``` and ```autoslidepaused``` events are fired.
+
### Keyboard Bindings
@@ -325,7 +326,7 @@ Reveal.isFirstSlide();
Reveal.isLastSlide();
Reveal.isOverview();
Reveal.isPaused();
-Reveal.isSliding(); // auto slide mode
+Reveal.isAutoSliding();
```
### Ready Event