-
Posts
364 -
Joined
-
Last visited
-
Days Won
3
Community Answers
-
Visual-Q's post in How to clear cached prop values and recalculate? was marked as the answer
Thanks Jack!!!
Worked like a charm .
Just added:
jQuery( window ).resize(function() { newProd_tween.progress(1).invalidate(); }); And seems to work perfectly.
-
Visual-Q's post in Error on modifiers? was marked as the answer
Thanks PointC. I guess I should examine the docs first on things like this but the intro for 1.19.0 download at the bottom just takes you direct to the TweenMax build so I assumed it was included in the Max build.
-
Visual-Q's post in Set a vars value with a constraint? was marked as the answer
Wow. As you noted that proposal opens up a lot of possibilities,. It think it should definitely become part of the core.
Thanks for the help!
-
Visual-Q's post in Pass a function to onComplete with parameter without invoking it? was marked as the answer
Awesome, thanks guys.
Exactly what I was looking for.
-
Visual-Q's post in progress call back reporting strange values? was marked as the answer
Thank you Carl!!
I followed your advice stripped out the tweens till I isolated the problem. Huge DUH!! on my part I was missing a decimal - I had 125 instead .125 as a time offset on one of the tweens. Pretty dramatic difference. The animation it was attached to was very subtle so I wasn't noticing the problem.
Only a couple of days in with Gsap but this platforms already blowing my mind. Need to keep a closer watch on my code though.
Thanks again.