• Resolved mbehal.cz

    (@mbehalcz)


    Hello,

    as I mentioned in title, on my website http://marketasetinova.cz/ is second section displayed on load after first load (or ctrl + f5) without animation. After that and after I hit F5 only, it all works perfectly.

    Thank you for your help,
    Michal

    • This topic was modified 9 years, 6 months ago by mbehal.cz.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author eleopard

    (@eleopard)

    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.

    Plugin Author eleopard

    (@eleopard)

    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.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Second section is displayed on load without animation’ is closed to new replies.