Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Using the latest Uglify JS with --no-seqs and deleting 'use strict' statement for use in production.
|
|
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()
|
|
|
|
Android support)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Using the latest Uglify JS with --no-seqs
|
|
Handling the fullscreen functionality via the fullscreen JavaScript API.
Press »f« on the keyboard to enter fullscreen mode.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
are no longer required in HTML
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(closes #122)
|
|
|
|
|
|
option in config is no longer supported (closes #104)
|
|
|
|
|
|
|
|
|
|
|
|
set to 900px (closes #49)
|
|
|
|
(closes #95)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
startup and onhashchange.
|
|
initialize call
|
|
instead of alert to demonstrate custom events
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/rmurphey/reveal.js into notes
|
|
|
|
|
|
|
|
|
|
|
|
fix JS error when controls are removed from HTML
|
|
|
|
|
|
|
|
no need to include the controls in html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added overview toggle to allow for button-based overview toggling
Added add/removeEvents methods to allow for adding& removing event
listeners that may interfere with other libs.
|
|
'fragmenthidden') closes #44
|
|
|
|
|
|
slide triggers to a touchend event to prevent interference of gestures
|
|
|
|
|
|
|
|
|
|
Reveal.addEventListener/Reveal.removeEventListener api methods
|