aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichael Kühnel <mail@michael-kuehnel.de>2012-10-23 21:56:56 +0200
committerMichael Kühnel <mail@michael-kuehnel.de>2012-10-23 21:56:56 +0200
commit40c899ec562093668a23925a66835e6c65392983 (patch)
tree5390819b38e43411ed9f6cf62111b34801473152 /README.md
parentaefe981040ea8c5c7875d9da1ac860def44a19e8 (diff)
downloadfreenode-live-2017-presentation-40c899ec562093668a23925a66835e6c65392983.tar
freenode-live-2017-presentation-40c899ec562093668a23925a66835e6c65392983.tar.gz
Cherry picking from branch fix-fragments-in-speakernotes
Change source from reveal.min.js to reveal.js for testing purposes. Add nextFragment and previousFragment to the API: Making it possible to call the methods Reveal.nextFragment() and Reveal.previousFragment() from »outside«. Update README.md: Add the new API Methods Reveal.prevFragment() and Reveal.nextFragment()
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index a56b6e0..a7527a5 100644
--- a/README.md
+++ b/README.md
@@ -132,6 +132,8 @@ Reveal.up();
Reveal.down();
Reveal.prev();
Reveal.next();
+Reveal.prevFragment();
+Reveal.nextFragment();
Reveal.toggleOverview();
// Retrieves the previous and current slide elements