Dear Michal,
Thanks for using the Animate It! plugin, and nice website, by the way 🙂
What I understand is, the section with title “Jak mohu pomoci” is loading without animation on the first load.
The reason for this is simply time taken in loading the images. On the first load, the images in the section titled “Marketa Setinova” take time to load, so the section “Jak mohu pomoci” already comes in the viewport and hence, its animation is played when there is nothing loaded.
A workaround here can be, try adding the following CSS in
Settings > Animate It! > Custom CSS Box
.entry-content > .eds-animate:first-child{
min-height: 560px;
}
This will always keep the first section (titled “Marketa Setinova”) at least 560px in height, whether any images are laoded or not, and that will always push the second section (titles “Jak mohu pomoci”) below teh viewport.
Please let me know if this works for you.
Dear Michal,
As there is no reply to this thread for more then 2 months now. I am marking it as Resolved.
Please feel free to re-open it if you still have the issue.