Better slideshow

Bazim

Member
Hello i very like that new function of slideshow in 0.15.0 but its possible make it better? Like how many mili seconds will be picture showed and after how many miliseconds will be showed next time in example :

Show picture every 10 minutes for 10 seconds. So after 10 minutes IMAGE1 will be showed. After 10 seconds it dissapier. After next 10 minutes will be showed IMAGE2... You know?

Now this is possible only when i add between every two pictures a empty ( invisible PNG ) picture.
 

Osiris

Active Member
img_1468182336_mXGPyMjTIyz.png


That?
 

RytoEX

Forum Admin
Forum Moderator
Developer
I think what @Bazim is asking for is a slideshow feature where you have:
Image1 (display for X milliseconds) -> Transition out (transition lasts Y milliseconds) -> (no image; hold for Z milliseconds) -> Transition in (transition lasts Y milliseconds)
-> Image2 (display for X milliseconds) -> Transition out (transition lasts Y milliseconds) -> (no image; hold for Z milliseconds) -> Transition in (transition lasts Y milliseconds)
-> Image3 (display for X milliseconds) -> Transition out (transition lasts Y milliseconds) -> (no image; hold for Z milliseconds) -> Transition in (transition lasts Y milliseconds)
(and so on)

where X, Y, and Z are configurable. Right now, Image Slideshow transitions directly from one image in a sequence to the next. Instead of that, load an image, transition out to blank, hold, then transition in to the next image.

At least, I think that's what was being asked...
 

Suslik V

Active Member
Don't you wanna configurable X, Y, Z, Transition for each item in the list?
like:
Image 1 - X1, Y1, Z1, Transition1
Image 2 - X2, Y2, Z2, Transition2
Image 3 - X3, Y3, Z3, Transition3
...
Of course, Slide, Swipe and Fade to Color transitions in that case not looking so good...
 
Top