Update README.md
Add the new API Methods Reveal.prevFragment() and Reveal.nextFragment()
This commit is contained in:
@ -133,6 +133,8 @@ Reveal.up();
|
|||||||
Reveal.down();
|
Reveal.down();
|
||||||
Reveal.prev();
|
Reveal.prev();
|
||||||
Reveal.next();
|
Reveal.next();
|
||||||
|
Reveal.prevFragment();
|
||||||
|
Reveal.nextFragment();
|
||||||
Reveal.toggleOverview();
|
Reveal.toggleOverview();
|
||||||
|
|
||||||
// Retrieves the previous and current slide elements
|
// Retrieves the previous and current slide elements
|
||||||
|
Reference in New Issue
Block a user