Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: Nerosam on December 15, 2013, 10:18:42 AM
-
Is it possible to animate the gradient on lables? All I see in animation panel are private variables (MGradient Bottom, etc) which do not seem to work via animation.
Thanks
-
You need to use intermediate scripts such as AnimatedAlpha and AnimatedColor.
-
Animated color only animates the color on the widget which has no effect on the gradient. Im guessing I will need some kind of intermediate script which accesses the gradient values?
-
Yup. Something similar. AnimatedColor is a tiny script. Copy/paste it, rename it, and make it adjust the gradient colors instead.