Creating Rainbow Text with Gradient

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.

image image
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.

1 Like

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.

It’s already like that, look at the picture, I’m trying to animate it so it offsets to the right with a duplicate gradient trailing behind it.

I found a solution, came across it without even searching for it :wink:

3 Likes