Update README.md
Add the new API Methods Reveal.prevFragment() and Reveal.nextFragment()
This commit is contained in:
parent
b957d0b858
commit
54588f5fea
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue