diaporama icon indicating copy to clipboard operation
diaporama copied to clipboard

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

Results 18 diaporama issues
Sort by recently updated
recently updated
newest added

Building diaporama emits a warning due to glsl-transitions being deprecated. gl-transitions is not exactly a drop in replacement so will require some work to migrate.

Hello, Is there a way to dynamically (while the diaporama is running) add an image and change the image ordering ?

Instantiating a diaporama instance adds a canvas to the DOM but destroying does not remove it. This is a problem for single-page apps that may instantiate and destroy diaporama many...

Hello, This small change makes the library more friendly for single-page apps that may destroy and re-create instances of diaporama. [test_output.txt](https://github.com/gre/diaporama/files/1709184/test_output.txt)

@gre When rendering video, it would be nice if you could add text in the playing video, do you know if there is a way how to achieve this? Do...

difficulty:high
feature
priority:medium

If you try to play a video in diaporama on Mobile Safari, you'll see the video play but you won't hear the video's audio track (tested on iOS 10 and...

I'm trying to add a video in an generated slideshow. But every way I try, if the video is in de json I get this error. `{ "generator": { "version":...

broken link : http://greweb.me/diaporama-videos-example

when I set `autoplay` to `false`, then calling `next()` method, transition effects not working, even if I set duration `next(2000)`, is this bug?