Jump to content
Search Community

ScrollTrigger Element with Scrub: true causing text blur/ wobble on IOS devices.

synthwavenomad test
Moderator Tag

Go to solution Solved by Cassie,

Recommended Posts

Hi, I have created a mock-up to protect my clients site but in the codepen mock-up you can see this issue occurring on Apple Devices, safari on an iPad is one specific example, it causes the text to wobble a little or blur. Why might this be happening?

Any and all help will be greatly appreciated. 🙂

See the Pen gOJVEPj?editors=0010 by StartCatalyst (@StartCatalyst) on CodePen

Link to comment
Share on other sites

  • Solution

Hey!

 

Safari really struggles with 'pseudo pinning' - animating something so it's moving against the scroll and looks like it's stationary. This is largely because safari misreports scroll values.

We've tried to work around this with normalise scroll - https://gsap.com/docs/v3/Plugins/ScrollTrigger/static.normalizeScroll()/

 

BUT honestly I would recommend going this route if your structure allows
https://css-tricks.com/the-slideout-footer/

 

Sorry there's not a magic GSAP bullet here

  • Like 2
Link to comment
Share on other sites

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...