new shorter api method names (closes #178), restructured and cleaned up core js
This commit is contained in:
parent
e15beb47f0
commit
470cabaea8
5 changed files with 493 additions and 421 deletions
14
README.md
14
README.md
|
@ -124,13 +124,13 @@ The Reveal class provides a minimal JavaScript API for controlling navigation an
|
|||
|
||||
```javascript
|
||||
// Navigation
|
||||
Reveal.navigateTo( indexh, indexv );
|
||||
Reveal.navigateLeft();
|
||||
Reveal.navigateRight();
|
||||
Reveal.navigateUp();
|
||||
Reveal.navigateDown();
|
||||
Reveal.navigatePrev();
|
||||
Reveal.navigateNext();
|
||||
Reveal.slide( indexh, indexv );
|
||||
Reveal.left();
|
||||
Reveal.right();
|
||||
Reveal.up();
|
||||
Reveal.down();
|
||||
Reveal.prev();
|
||||
Reveal.next();
|
||||
Reveal.toggleOverview();
|
||||
|
||||
// Retrieves the previous and current slide elements
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue