Jump to content
Search Community

IOS scrolling animation problem

baomastr
Moderator Tag

Warning: Please note

This thread was started before GSAP 3 was released. Some information, especially the syntax, may be out of date for GSAP 3. Please see the GSAP 3 migration guide and release notes for more information about how to update the code to GSAP 3's syntax. 

Recommended Posts

Posted

Hello. thank you for your work. 
I'm using GSAP with React and ScrollMagic and having troubles with IOS scroll animations. other platforms have great productivity of animations.
What am I doing wrong?

See the Pen by s (@s) on CodePen.

Posted

I've already tried translate3d with will-change:transform and fromTo by X and Y but got the same result.

Posted

Can you be more specific about what your GSAP-related question is and what's not working as you'd expect in iOS? 

Posted
49 minutes ago, GreenSock said:

Can you be more specific about what your GSAP-related question is and what's not working as you'd expect in iOS? 

 

I have a problem with performance. the animation is not smooth on IOS.

Posted

Hm, are you testing it in codesandbox? If so, that's probably not a good option because that environment seems to require a lot of extra resources (unrelated to GSAP). Or are you saying that your "real" project has performance issues? I tried the demo on my iPad and I didn't notice any performance problems. Remember that typically performance problems have nothing to do with GSAP - it's the graphics rendering in the browser, so try to avoid heavy SVG or changing lots of pixels on each tick. Well, there are a ton of other optimizations you could make, but those are some of the biggies. 

 

I'd also strongly recommend animating x instead of margin-left. It's much easier on the browser because transforms don't require a layout recalculation. 

  • Like 3
Posted

thank you for answers. gonna use translate and search for performance troubles in other sides of my project.

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