Hi, I would like to make my collage gallery move in the loop. Now it stops when it comes to the last image. Is there any way to do it?
Thank you
Hi, I would like to make my collage gallery move in the loop. Now it stops when it comes to the last image. Is there any way to do it?
Thank you
It currently looks like that is not an option for the collage showcase. Unfortunately the collage showcase does not have access to either the .onCurrentItemCahanged function or the .isPlaying selector. Meaning we can not even write a custom code snippit that replays the animation once it finishes.
Maybe someone smarter than me can take a look at this though as that would be a cool feature to have
I just tested out every slider. The only 2 that I can get to auto play on repeat is the postcard and the slider arrows. Perhaps splitting up the images that you want to display into multiple smaller single slider boxes with varying timing on animation delay would give you a cool effect.
EDIT: The slider spheres also auto play on a loop but you have to hover over the arrow to get the animation to play. You can not auto play it with
$w("#sliderSpheres").play
It seems really strange to me that Wix has an entire Gallery API reference but most of the useful functions are not available for most galleries. Why mention that the developer needs to make sure:
When using play() on a gallery, make sure the gallery is one where the isPlayable capability is true.
without mentioning what galleries are compatible.
It seems to me that none of the galleries that we can choose from the wix menu are even compatible with the .isPlayable boolean.
Thank you so much. I will definitely try that. I’m pretty new to coding so I thought that I’m doing something wrong. Hopefully, they will work on that in the future.