diaporama
diaporama copied to clipboard
image/video/content slideshow engine providing high quality animation effects including Kenburns Effect and GLSL Transitions.
I'm not sure what freeSlideBehind is for: https://github.com/gre/diaporama/blob/80e977ce03ac194fc8b9ce149b809f43a0bef522/lib/Diaporama.js#L210
a new feature allowing to apply effects on the slideshow. - Effects can be stacked. I can add multiple effects one after the other. - Effects intensity can be changed...
Allow to define a slide that is rendered by a GLSL fragment shader :)
sometimes it is great to just try again an image load. allow a parametrable retry system on top of `croissant`. A smart way would also be to make an increasing...
Make a more robust validation of the data format given by the user with precise error feedback at instanciation time (instead of run time).
extend the diaporama format to support easing alias: ``` json { "easings": { "ease": [0.25, 0.1, 0.25, 1.0], ... }, ... } ``` and use it from a kenburns or...
this implies more thought on how to render things, if this means rendering out of bounds or not, e.g;
for some reason the tests are buggy now. The tests are colliding / side effects