readme tweaks for auto-sliding
This commit is contained in:
parent
6215b12f6e
commit
49e0749bc6
@ -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.
|
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
|
```html
|
||||||
<section data-autoslide="2000">
|
<section data-autoslide="2000">
|
||||||
@ -280,6 +280,7 @@ You can also override the slide duration for individual slides and fragments by
|
|||||||
|
|
||||||
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
|
### Keyboard Bindings
|
||||||
|
|
||||||
If you're unhappy with any of the default keyboard bindings you can override them using the ```keyboard``` config option:
|
If you're unhappy with any of the default keyboard bindings you can override them using the ```keyboard``` config option:
|
||||||
@ -325,7 +326,7 @@ Reveal.isFirstSlide();
|
|||||||
Reveal.isLastSlide();
|
Reveal.isLastSlide();
|
||||||
Reveal.isOverview();
|
Reveal.isOverview();
|
||||||
Reveal.isPaused();
|
Reveal.isPaused();
|
||||||
Reveal.isSliding(); // auto slide mode
|
Reveal.isAutoSliding();
|
||||||
```
|
```
|
||||||
|
|
||||||
### Ready Event
|
### Ready Event
|
||||||
|
Loading…
Reference in New Issue
Block a user