Jump to content
Search Community

Animation don't load properly

yorgos test
Moderator Tag

Recommended Posts

Hi @yorgos and welcome to the GSAP Forums!

 

Unfortunately we can't do a lot on a live site, because we don't have any way to access and tinker with the code, even further debugging a full website is super difficult because of the amount of code in it.

 

The few things I can see is that you have Flash Of Unstyled Content (FOUC):

https://gsap.com/fouc

 

Also you can create your animations after the fonts are loaded as well:

https://developer.mozilla.org/en-US/docs/Web/API/Document/fonts

document.fonts.ready.then(function () {
  // Create your animations here
});

Hopefully this helps.

Happy Tweening!

Link to comment
Share on other sites

  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...