Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Auto-sliding will now use the method specified in the config if it is
a function or default to navigateNext.
|
|
|
|
When the autoSlideRight config option is active, the auto-sliding
will always navigate to the right and never down even if slides are
present there. This allows hidden "bonus slides" in presentations
which can be displayed as needed but won't show up automatically.
|
|
slide and multiple vertical
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
property from video element
|
|
from video element
|
|
execute. Now, it's work
|
|
|
|
|
|
into dev
|
|
|
|
|
|
|
|
|
|
|
|
|
|
solves early access error with video element
|
|
|
|
|
|
|
|
|
|
- allow display property apply to current slide to be configured
|
|
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
|
|
|
|
|
|
|
|
|
|
|