Age | Commit message (Collapse) | Author |
|
Right now the package is not recognized as usable library by Browserify.
Adding the main attribute in the package.json solves that, and now gives
others the possibility to use reveal as a library in more complex
systems.
|
|
|
|
|
|
|
|
|
|
Numbering was off when dealing with fragments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The alignment information were already in the generated html.
The css was the only thing missing, so I added it.
|
|
grammar
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Refactored overview mode
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
themes grunt task was renamed
|
|
|
|
|
|
content in example.html does not work #682
|
|
|
|
|
|
Now the transition isn’t any more „per slide“ but „per movement of a
slide“. So the slide can disappear in another way than it appeared.
|
|
To honor the DRY principle repeating patterns have been factored out.
In addition there was an anchor missing in README.md.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
scale styles
|
|
ci status indicator is svg instead of png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Do not add video backgrounds to speaker notes.
|
|
|
|
|
|
|