Share Posted May 24, 2018 I started GSAP since few days but stuck at a problem. The animation is jarring and has glitches in full mode in Codepen. But not working fine in normal mode in all browsers except Safari. If you guys can help please help? Codepen link: See the Pen OZYzMj by satyamdev (@satyamdev) on CodePen Link to comment Share on other sites More sharing options...
Share Posted May 24, 2018 You are using CSS transitions on those elements with .over class, which causes GSAP and CSS to try control the properties. I removed the transitions from your demo and it works fine in Firefox on windows. See the Pen KRLQOg?editors=0110 by Sahil89 (@Sahil89) on CodePen 6 Link to comment Share on other sites More sharing options...
Author Share Posted May 24, 2018 Thanks a lot man. 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