Sha256: 23c8e5297d00ef3bb593e6ac9a33d89de6993e4f4c921eaf0703e92a0679b2a6
Contents?: true
Size: 648 Bytes
Versions: 21
Compression:
Stored size: 648 Bytes
Contents
deck.split.js ============== `deck.split.js` is a deckjs extension that helps you split long slide into multiple small slides. Installation ------------ Just drop the whole repo into deck.js's `extensions` directory, then include the script in your slide. Usage ----- To split a long slide, you need to indicate position inside original slide by adding following line: ```html <div style="page-break-after:always"></div> ``` Indeed, it could be any tag set with `page-break-after:always` style. Every time you add this line, a new slide with the same title will be created, so you can split your slide into pieces as much as you want.
Version data entries
21 entries across 21 versions & 1 rubygems