minislides: The minimal HTML slide presentation framework
github.com·1d
📝Typst
Preview
Report Post

minislides

The minimal HTML slide presentation framework

With only 648 bytes of JavaScript, 371 bytes of CSS, and a few lines of HTML, it offers

  • Fully responsive design
  • keyboard navigation by arrow keys, space bar, PageUp, PageDown, Home, End. Bonus: Esc hides the presentation
  • URL-fragments (i.e. slide number in location hash)
  • Smooth transition between slides
  • Incremental slide content (e.g. bullet lists)
  • Support for direct styling, i.e. you can use a data-attribute on a slide to style the body when that slide becomes active
  • shrink-to-fit images
  • No global namespace pollution, i.e. no global variables and no on* attributes
  • Valid, semantic HTML markup
  • No FOUC

No plugins, no dependencies, no bullshit. Just minislides.

Demo

See [thomasr.gi…

Similar Posts

Loading similar posts...