Jump to content
Search Community

GSAP/JS not working - chrome 21 on linux

aaronfay 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,

 

I am experiencing an issue with the GSAP javascript version on Linux Mint 12.04, Google Chrome browser version 21.0.1180.57. The demos I've looked at (included the main javascript GSAP page) fail to work with the following error:

 

Uncaught TypeError: Cannot set property '_overwrite' of null TweenMax.min.js:155
(anonymous function) TweenMax.min.js:155
p TweenMax.min.js:15
p.fromTo TweenMax.min.js:23
initScrollAnimations /superscrollorama/:294
c.render TweenMax.min.js:41
b.render TweenMax.min.js:154
t._updateRoot TweenMax.min.js:158
b.dispatchEvent TweenMax.min.js:141
r

 

The demos work fine on chromium 18 and my firefox browser.

 

Thanks,

Aaron

Link to comment
Share on other sites

Hmm, that sounds like it may be a syntax error on your part - For example, maybe you did TweenMax(...) instead of TweenMax.to(...)? If you could post a very simple example set of files that demonstrates the issue, we'd be happy to take a peek. The only time I've seen that error in the past, though, was when I accidentally used the wrong syntax :)

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