Tagged: animations, delay, easy slider, offset, trigger
Hey there,
got an issue with animations starting too late (images or text) on the homepage. It works für the first load, but navigating back and forth sets the offset to other levels, animations start too late (like when you already scrolled past the section). It seems to work on pages without the easy slider block. So i can’t just adjust offsets (https://kriesi.at/support/topic/animations-trigger-too-late/)
What I tried with no luck so far:
– deactivation cache plugin (Fastest Cache)
– deactivating lazy load (also happend to text sections)
Help appreciated.
Hey mc_wa,
I’m seeing error messages on your site, but I’m not sure where they are coming from, since your content is cached/minified. Could you try turning off all caching so that we can see where the error messages are coming from please?
Best regards,
Rikard
Thanks for the reply. Deactivated Enfold caching and caching plugin.
It think it could be related to custom css, going to nail it down to the respective command. Still, all the css commands are sizing and positioning only.
Looks like this was causing the issue:
ul.avia-slideshow-inner {
height: auto !important;
}
Guess I had to set different widths for different devices and height was a problem (can’t recall right now).
Why is that?