Jump to content
Search Community

Jerky Movement in Firefox

mrBeardyhead

Go to solution Solved by mrBeardyhead,

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

BG image moves across the stage poorly, in a stepped fashion, when viewed in Firefox but runs smoothly on other browsers like Safari and Chrome. I'm on a Mac so I'm not sure how it appears on other. 

 

What am I missing in my code?

http://motion.hotternellstudios.com/KICK/ad/

 

Posted

Hi mrBeardyhead :)

 

Welcome to the GreenSock forums.

 

In addition to ohem's suggestion, I noticed that you're using an older version of GSAP (1.18). Please try updating all the scripts to the latest version (1.19.1) and see if that might improve things as well.

//switch this
<script src="http://cdnjs.cloudflare.com/ajax/libs/gsap/latest/TweenLite.min.js"></script>

//to this
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.19.1/TweenLite.min.js"></script>

Happy tweening.

:)

  • Like 1
  • Solution
Posted

First I updated to the newer version of TweenLite js., and tested. That did not solve the issue. Then I added the rotation trick and this worked to solve the movement issue. so much smoother now. Thanks all! 

Posted

Glad to hear that all is working well for you. Thanks for letting us know. 

 

Happy tweening.

:)

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