gre / diaporama

image/video/content slideshow engine providing high quality animation effects including Kenburns Effect and GLSL Transitions.
http://greweb.me/diaporama/
ISC License
797 stars 104 forks source link

Diaporama.fromStream(observable) #46

Closed gre closed 9 years ago

gre commented 9 years ago

because it is not firstly design to be connected to a stream, we should have an utility function that simplify the work.

Basically if you have a continuous stream of image, we have to append to the timeline, and when the currentTime advance, we should "destroy" previous slides and offset the currentTime.