I’m trying to make animated rainbow text with UIGradient, by tweening the offset of the Gradient. The problem is that when the offset is being tweened off it is trailed by the first color only.
I tried searching it, which didn’t get me a solution to what I wanted, duplicating the UIGradient to add a clone behind it, which didn’t even show up. It may be possible by changing the color of the actual text to make it look like it’s moving, but it doesn’t seem to really work.
Well just add a UIGradient to a text label or button then go to the color property of the UIGradient and u should see “…” then from there on you can set different color points.