minislides icon indicating copy to clipboard operation
minislides copied to clipboard

The minimal HTML slide presentation framework

Results 3 minislides issues
Sort by recently updated
recently updated
newest added

Hello! You wrote your framework is responsive but on my phone I'm unable to use it as it doesn't support touch... Is there a way to add this feature? Thank...

enhancement

All currently supported browsers are more or less ES6 compatible. So: - Instead of `function`, use `=>` - ~~Replace `.map.call(foo, function(bar){…});` by `for (let bar of foo) {…}``~~ see [Chromium...

- [x] JS - [ ] CSS - [ ] HTML

enhancement