slide method now accepts fragment index argument #228
This commit is contained in:
commit
34b36753f5
4 changed files with 53 additions and 18 deletions
|
@ -137,7 +137,7 @@ The Reveal class provides a minimal JavaScript API for controlling navigation an
|
|||
|
||||
```javascript
|
||||
// Navigation
|
||||
Reveal.slide( indexh, indexv );
|
||||
Reveal.slide( indexh, indexv, indexf );
|
||||
Reveal.left();
|
||||
Reveal.right();
|
||||
Reveal.up();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue