Share Posted August 2, 2017 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 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) url: http://2017.monoku.com/ See the Pen by (@) on CodePen Link to comment Share on other sites More sharing options...
Share Posted August 3, 2017 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. 2 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