animation - Is there a good way to do color cycling in javascript? -


What I want to do here: I have a line of text in the HTML page, I think a piece of text is given by someone Want to start with the color, however, wait for the cycle, the spectrum, one or two, and then repeat.

I probably want to do this in JavaScript (something like Flash is not completely out of the question, but there will be some major scope of this project.)

I know That it is possible to know enough JS, but it's about it. Can anyone tell me in the right direction?

And yes, this is a real customer request I'm glad they did not even ask for a blink tag. ;)

If you want to cycle through the spectrum, using the HSB color model The best bet is

Related Questions:


Comments