Age | Commit message (Collapse) | Author |
|
|
|
|
|
slide and multiple vertical
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
into dev
|
|
|
|
|
|
|
|
|
|
|
|
|
|
solves early access error with video element
|
|
|
|
|
|
|
|
|
|
Removed toLowerCase call
|
|
|
|
This will maybe solve the "InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable" error in firefox.
|
|
https://github.com/marcysutton/reveal.js into dev
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Numbering was off when dealing with fragments.
|
|
|
|
|
|
|
|
background video loop
|
|
|
|
|
|
|
|
It's possible for slides to be in a situation where the last clicked thing was an SVG before the tab/window loses focus. When returning, `.blur()` is called on the previously-active element, but can result in an exception.
This protects against that and will only call `.blur()` when `document.activeElement` supports it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
scale styles
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/lutangar/reveal.js into dev
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|