Update README.md
Add the new API Methods Reveal.prevFragment() and Reveal.nextFragment()
This commit is contained in:
parent
b957d0b858
commit
54588f5fea
1 changed files with 2 additions and 0 deletions
|
@ -133,6 +133,8 @@ Reveal.up();
|
|||
Reveal.down();
|
||||
Reveal.prev();
|
||||
Reveal.next();
|
||||
Reveal.prevFragment();
|
||||
Reveal.nextFragment();
|
||||
Reveal.toggleOverview();
|
||||
|
||||
// Retrieves the previous and current slide elements
|
||||
|
|
Loading…
Reference in a new issue