Commit Graph
21 Commits
Author SHA1 Message Date
Michael Kühnel b838522be4 Apply latest change to the minified version
Using the latest Uglify JS with --no-seqs and deleting 'use strict' statement for use in production.
2012-10-24 17:52:33 +02:00
Michael Kühnel 5af915adaf Merge branch 'refs/heads/fix-fragments-in-speakernotes' into fragments-in-notes-server
Conflicts:
	js/reveal.min.js

Need to generate a new minified version afterwards.
2012-10-24 17:48:50 +02:00
Michael Kühnel f82c13497a Update README.md
Add info about the fullscreen mode
2012-10-19 01:49:02 +02:00
Michael Kühnel 379f5d38ff Change source from from reveal.js back to reveal.min.js 2012-10-19 00:39:11 +02:00
Michael Kühnel dc57e4c51c Apply latest change to the minified version
Using the latest Uglify JS with --no-seqs and deleting 'use strict' statement for use in production.
2012-10-19 00:38:33 +02:00
Michael Kühnel ff8ccbb02e Update renamed API method
See b957d0b858
2012-10-19 00:35:23 +02:00
Michael Kühnel 54588f5fea Update README.md
Add the new API Methods Reveal.prevFragment() and Reveal.nextFragment()
2012-10-19 00:26:28 +02:00
Michael Kühnel b957d0b858 Rename API method from Reveal.previousFragment() to Reveal.prevFragment()
Because of consistency with the existent methods Reveal.prev() and Reveal.next()
2012-10-19 00:24:13 +02:00
Michael Kühnel c39f5fc0b0 Oops. Delete console output. 2012-10-19 00:14:46 +02:00
Michael Kühnel 82bd8e4fb0 Renaming key within fragmentData
Might be better to use one variable with different values.
2012-10-19 00:12:53 +02:00
Michael Kühnel d02e64adbd get 'fragmentdata' and react by showing/hiding the corresponding fragments 2012-10-19 00:07:26 +02:00
Michael Kühnel c46486b3df Add event listener 'fragmentshown' and 'fragmenthidden'
And emit 'fragmentchanged' with the appropriate fragmentData to show or hide fragments.
2012-10-19 00:04:40 +02:00
Michael Kühnel 46e270e59f Broadcast fragmentdata 2012-10-18 23:59:43 +02:00
Michael Kühnel 409c0dfbcc Add missing semicolon 2012-10-18 23:56:51 +02:00
Michael Kühnel cbdbfc07f4 Fix indentation 2012-10-18 23:55:06 +02:00
Michael Kühnel 5cfb7b3239 Add nextFragment and previousFragment to the API
Making it possible to call the methods Reveal.nextFragment() and Reveal.previousFragment() from »outside«.
2012-10-18 23:19:01 +02:00
Michael Kühnel e447187c20 Change source from reveal.min.js to reveal.js for testing purposes 2012-10-18 23:15:28 +02:00
Michael Kühnel ec58a913f2 Change source from from reveal.js back to reveal.min.js
Reverted to c34be2e976
2012-10-14 11:11:19 +02:00
Michael Kühnel aed06772f6 Apply latest change to the minified version
Using the latest Uglify JS with --no-seqs
2012-10-14 11:08:50 +02:00
Michael Kühnel a23868804e Change source from reveal.min.js to reveal.js for testing purposes 2012-10-14 10:33:25 +02:00
Michael Kühnel 2869f8a4ee Add fullscreen mode
Handling the fullscreen functionality via the fullscreen JavaScript API.

Press »f« on the keyboard to enter fullscreen mode.
2012-10-14 10:26:40 +02:00