Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Numbering was off when dealing with fragments.
|
|
It would be nice if we could define a custom notes.html file.
Actually, I'm used to compile my js files before releasing my app and, using selectors like `script[src$="notes.js"]`, doesn't work :(
So, what do you think about it?
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|