Closed bleepsandblops closed 4 years ago
Hi, probably yes. Source code is copied directly from https://scrollmagic.io/docs/plugins_animation.gsap.js.html
I'm got a ReferenceError: TweenLite is not defined
error.
Updated to Tween as @bleepsandblops suggested and is working now
I created a PR for this fix, https://github.com/epranka/scrollmagic-plugin-gsap/pull/7
@jcrain thanks, I merged it, but I can't update it in npm repository. I do it in the evening
@jcrain @bleepsandblops Updated in npm registry too. Thanks for contribution.
@epranka Have you tried to use the indicators plugin with this setup? I haven't had any luck yet.
Hello,
Shouldn't this line https://github.com/epranka/scrollmagic-plugin-gsap/blob/master/index.js#L276 be
Tween
instead ofTweenLite
?Cheers