gre / diaporama

image/video/content slideshow engine providing high quality animation effects including Kenburns Effect and GLSL Transitions.

Home Page:http://greweb.me/diaporama/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Diaporama.fromStream(observable)

gre opened this issue · comments

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.