dkolb5 Posted July 1, 2022 Posted July 1, 2022 When you hover over the photos a svg morphs. Displaying a white shape over the bottom of the image. If you hover while scrolling there's a 1px gap below the svg and the bottom of the photo. I've tried adjusting CSS and some other JS tests with placement of the morphed svg. But can't seem to make the 1px gap disappear on scroll. Any advice would be greatly appreciated. Thank you! See the Pen yLKNOxy?editors=1010 by bws_dan (@bws_dan) on CodePen.
Solution GreenSock Posted July 2, 2022 Solution Posted July 2, 2022 Ah, the joys of browser rendering weirdness. ? It's unrelated to anything with GSAP. Have you tried this in your CSS?: #smooth-content { will-change: transform; } 1
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