Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
scripts from lib to plugin
|
|
|
|
|
|
|
|
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()
|
|
|
|
(#190)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#155 #162)
|
|
are no longer required in HTML
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
woohoo! reveal.js is now HTML5 compliant!
this is validated using the http://validator.w3.org/ and the http://html5.validator.nu/ services.
this was accomplished using a tad of JavaScript to get around a fullscreen bug.
This also (slightly unintentionally but helpfully) solves a tiny bug with fullscreening in old Opera 11.52 (I think, could be 11.51 or other)
|
|
|
|
Typo fix: let's -> lets
|
|
option in config is no longer supported (closes #104)
|
|
|
|
I gave all the <img>s alt attributes, which makes reveal.js a lot more accessible
|
|
|
|
|
|
|
|
|
|
|
|
Must be called after reveal.js otherwise the Reveal object is undefined
and the plugin can't add it's event listener.
|
|
(closes #95)
|
|
|
|
|
|
|
|
|
|
|
|
reveal.js
|
|
|
|
initialize call
|
|
instead of alert to demonstrate custom events
|
|
|
|
|
|
|
|
|
|
|
|
server js #57
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reveal.addEventListener/Reveal.removeEventListener api methods
|
|
|
|
|
|
|
|
|
|
|
|
where the state class is applied
|
|
|
|
classList when slide is open
|
|
|
|
default (closes #22)
|
|
http://code.google.com/p/chromium/issues/detail?id=62820
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(fixes #6)
|
|
|
|
|
|
|