Closed lisovskyvlad closed 7 years ago
Hm, it sounds like perhaps a problem in your callback. Do you have a reduced test case we could peek at? A codepen or jsfiddle would be perfect.
Yeah, sorry for this issue, it was my problem. Don't know why but I named one variable upcase as Animation
, and may be js thinks that it`s class/function. Thanks!
Cool, thanks for letting us know.
Hallo, thanks for good library.
I found a problem which is only for Firefox.
TypeError: Constructor Animation requires 'new'.
It happens at line 560 of TweenLine.js https://github.com/greensock/GreenSock-JS/blob/master/src/uncompressed/TweenLite.js#L560