hey guys , how gsap work to tween with hex colors tint ?
i get weird result.
cs.tint = 0xffffff; // default
TweenLite.to(cs, 0.6, {
tint: 0x228200, // green
ease: Power4.easeOut,
});
Existe a native method to compute hex color transition and keep green transition?
thanks