Hi @haarbollen
First, could you kindly share the page containing the gallery so that I can have a look at it from my end and run some tests as we look into this for you? Thanks in advance for doing so.
Kind regards,
Elvis.
Thread Starter
Mick
(@haarbollen)
Hi (@elviiso)
The point is for me to make the images ‘flip’ later – as they flip now, users don’t really see the effect (as it has happened when they start to scroll)
Can I send the URL ‘not public’ somehow, I really don’t want to share the URL public?
Thanks :o)
Hi @haarbollen
The following CSS should be able to give you the ability to determine how long the transition duration will be:
.foogallery.fg-loaded-flip .fg-item.fg-loaded .fg-item-inner {
transition-duration: 1200ms;
}
Kind regards,
Elvis.
Thread Starter
Mick
(@haarbollen)
Hi again
That works (with a little change on the css:
transition-delay: 1200ms;
Thanks a lot