Viewing 3 replies - 1 through 3 (of 3 total)
  • This looks like a FOUC (flash of unstyled content) issue. Take a look at the various suggestions for this at https://docs.elementor.com/article/249-embedded-template-css-loading

    Thread Starter liquidspaceman

    (@liquidspaceman)

    Hi @cavalierlife

    Thanks for the response!

    Since posting I actually used a quite crude temporary “fix” to stop the problem – basically diabling all tranitions on the site whith this code:

    * {
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
    }

    So what you are referring to is another problem – but your feedback is still very relevant as this would be what I had to look into next ??

    As for the original issue it’s visible in the video I included above. Keep an eye on the menu in the top right.

    Sorry, I don’t know of any other reason other than what I’ve already mentioned. Have you tried the various solutions in the doc I mentioned?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Elements animate on page load’ is closed to new replies.