deck.js
deck.js copied to clipboard
Modern HTML Presentations
It seems like if the browser is put into fullscreen mode by `requestFullScreen`, nothing but the status is displayed.
Observed with the demo (http://imakewebthings.com/deck.js/introduction/) using Chrome and Safari on a MacBook. 1. Navigate to an arbitrary slide using keyboard or buttons 2. In the same tab, go to another...
Comments in #6 say that the standard `introduction/index.html` should print just fine, but even that is fubar for me. Opening any deck I create in Chrome or Firefox seems to...
Some things require a package.json file like npm and browserify. Fairly sparse for info... But it's enough to get by.
...s in the "beforeInit" phase
If I use $.deck('go', ...) inside beforeChange event, the css transition fails to complete. CSS classes like deck-current, deck-next, etc. are assigned properly, but for example If I go to...
now surrounding beforeInitEvent notification with lockInit/releaseInit: - done() will be called as before (but with removed duplicate logic) - done() will not risk of being called twice (this actually happened...
- optionally add the goto snippet (defaults to yes) - alert in case of adding it while one is already present
- changed >= to > for the fix - also checking for non-positive values