Jump to content
Search Community

Slow animations on safari

Brian Cortes test
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

hello guys,  i have problems with safari because my animations are very slow and  in  chrome is very  fast, Can someone help me with this ?

in this moment I use scrollMagic 

:shock:
a example of my  code !!!
let animationParallax = new TimelineMax()
.to(".Somos__Header", 20, {y: "-140%", ease: Linear.easeNone})

this.somosScene = new ScrollMagic.Scene({
triggerElement: ".Somos__Container" ,
duration: '50%',
offset: -300
})
.setTween(animationParallax)
.addTo(controller)

 

See the Pen by (@) on CodePen

Link to comment
Share on other sites

Hi and welcome to the GreenSock forums,

 

I didn't notice your site running any differently in Safari and Chrome. Is there a particular animation that you can describe that isn't working right or the whole site?

 

I checked on a Mac. If you are using Safari on Windows there is very little we can do as that browser stopped being developed many years ago.

 

It is very time-consuming to do performance tests on live sites. Our support really focuses on helping people understand the GSAP API. If you can isolate the issue in a CodePen, plunkr, or jsfiddle we will certainly take another look.

 

 

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