slide method now accepts fragment index argument #228

This commit is contained in:
Hakim El Hattab 2012-11-22 09:10:34 -05:00
commit 34b36753f5
4 changed files with 53 additions and 18 deletions

View file

@ -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();