This commit is contained in:
Federico Fissore 2012-11-05 16:38:24 +01:00
parent f51067b00e
commit 6ffa60f5d2
2 changed files with 81 additions and 28 deletions

View file

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