Age | Commit message (Collapse) | Author |
|
|
|
server js #57
|
|
|
|
adds charset declaration in main.css
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/rmurphey/reveal.js into notes
|
|
Send the correct element for fragmenthidden events
|
|
|
|
Specify position for .reveal.linear sections. fixes #64
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changed #reveal to .reveal in print.css
|
|
|
|
fix JS error when controls are removed from HTML
|
|
|
|
Expose navigatePrev, navigateNext
|
|
|
|
|
|
|
|
|
|
no need to include the controls in html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
simplified handling of nested lists
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
home and end key use
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reveal.addEventListener/Reveal.removeEventListener api methods
|
|
|
|
|
|
Adding example for custom event bindings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
hjkl for directions.
space to move to next slide.
esc for 3D overview (instead of space)
|
|
|
|
|
|
Overview mode shows hidden fragments. (closes #30)
|
|
|
|
|
|
|
|
|
|
|
|
|