Ascetics and text

On the project I am working on, I would love to have the text change color in a gradient while loading the attached files. Is there a way to do this?

Obviously, you would need a timer set at at least a period of 33 (to get 30 frames per second) with label.textcolor, but other than that, I am stumped. Thank you!

[quote=212642:@Meade Lewis]On the project I am working on, I would love to have the text change color in a gradient while loading the attached files. Is there a way to do this?

Obviously, you would need a timer set at at least a period of 33 (to get 30 frames per second) with label.textcolor, but other than that, I am stumped. Thank you![/quote]

What do you mean by gradient ? Left side red and right side green ? Or the whole text changes from red to green ? Or something else ?

Desktop, iOS, Web ?

You “aesthetics” perhaps ?
Drawing individual characters in different colors can be done but you’d ave to handle it by hand
Its an extension of the kind of thing the code editor does which is to style “runs” in different colors