-
Posts
71 -
Joined
-
Last visited
icekomo's Achievements
5
Reputation
-
how can I change color with GSAP at Animate CC...?
I try so many different things without success
//TweenLite.to(MC, 3, { easel:{tint:"#0000FF", tintAmount:0.5}, ease:Elastic.easeOut});
//TweenLite.to(MC, 1, {colorProps:{backgroundColor:"#279133", tintAmount:1}});
//TweenLite.to(MC, 1, {easel:{tint:"#0000FF", tintAmount:0.5}});
//TweenLite.to(MC, 3, {easel:{colorFilter:{redMultiplier:0.5, blueMultiplier:0.8, greenOffset:100}}});
//TweenLite.to(MC, 3, { easel:{tint:"#0000FF", tintAmount:0.5}, ease:Elastic.easeOut});
//TweenLite.to(MC, 1, {easel:{tint:"#279133", tintAmount:1}});