Jump to content
GreenSock

mrBeardyhead

Jerky Movement in Firefox

Moderator Tag
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

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
Link to comment
Share on other sites

  • Solution

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! 

Link to comment
Share on other sites

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

 

Happy tweening.

:)

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