Age | Commit message (Collapse) | Author |
|
|
|
Commented out leap plugin inclusion.
|
|
Enhanced the pointer.
Cleaned up the code.
Added additional optional parameters.
Updated documentation.
modified: README.md
modified: index.html
modified: plugin/leap/leap.js
|
|
Updated README.md to mention the leap plugin.
Removed leap settings from index.html.
Better variable naming in leap.js
modified: README.md
modified: index.html
modified: plugin/leap/leap.js
|
|
Changed invert to naturalSwipe
Removed invert rule from index.html
Ensured that left/right swipes only work with 1 hand present
modified: index.html
modified: plugin/leap/leap.js
|
|
Added timing code to limit gesture calls.
Added gesture to access the overview.
index.html includes the leap plugin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
presentations (#310)
|
|
|
|
|
|
When switching to 'night' theme, the first slide was shown
instead of correctly linking to the Themes slide.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|