Solution Solution Share Posted March 21, 2022 Hi Hello, How to avoid initial Glitch ( In the initial loading all the elements are showing and after sometime its hiding and start the animation ). here am using this method window.addEventListener("load", function(event) { anyone please help me to fix this See the Pen bGaeNrB by vijith_designer (@vijith_designer) on CodePen Link to comment Share on other sites More sharing options...
Share Posted March 21, 2022 Give all elements in CSS `visibility: hidden` and in your js before you animate `gsap.set("elements", {autoAlpha:1})` to get them to show again 2 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now