deck.js icon indicating copy to clipboard operation
deck.js copied to clipboard

Modern HTML Presentations

Results 41 deck.js issues
Sort by recently updated
recently updated
newest added
trafficstars

Registering a callback for the "hashchange" event should not occur, before the $.deck plugin was used by the consumer. Otherwise it will be executed, even if there are no slides...

Folks need a way to update the deck after initialization. I'd like to start with an `update` or `refresh` method that rebuilds the internal slide array from the current DOM...

#### Hey, maintainer(s) of imakewebthings/deck.js! We at [VersionEye](https://www.versioneye.com/signup?promo_code=BOWER) are working hard to keep up the quality of the bower's registry. We just finished our initial analysis of the quality of...

Dependent on the new "extend" object format for extensions (#146). Add a method like `getExtensions` that will return at least some information about extensions, such as key mappings and descriptions....

Currently `extend` takes a method name string and a function. This should be expanded to take one argument, an object. This object would have the following properties: - name: Required....

- Update `goto` to take multiple arguments. If there are two arguments, they represent `topLevelSlideIndex`, `subslideIndex`, `subslideIndex`... on down. - Add `subslideConnector` string option to hash module. This would be...

The new scheme: ``` jade .slide.deck-previous .slide.deck-current .slide.deck-current .slide.deck-current .slide.deck-current .slide.deck-next .slide.deck-after .slide.deck-next ```

I wanted to document this behavior. I've checked other, shorter deck.js slides that don't have this problem. But on the iPad, my large slide decks like https://github.com/rachelnabors/animation-workshop will crash iOS...