Textlink animation: color-movie for each textlink
This script generates a unqiue color-change-animation if you move your cursor over your textlinks. Create a different effect for each textlink. Easy configuration. Internet Explorer 4 or higher.
Test it
sample 1
sample 1
sample 1
Configuration:
Step 1:
Open your webpage. Paste the following code between the <head> and </head> tags of your webpage (below the title-tags):
Step 2:
Open your webpage and put the green-red-blue code into any textlink that you want to animate:
<href="http://www.your.com"
name="
animation1
"
onMouseOver="startanimation('this.name','
black
','
brown
','
blue
','
green
','
yellow
',)
onMouseOut="stopanimation()"
>
your textlink
</a>
GREEN:
Do not change the green code in any way!
RED:
Give each textlink a name of its own, for instance animation1 or sample1 or love or whatsoever.
BLUE:
The colors for your animation! Set up 5 different colors, no more, no less!
Step 3:
Have fun!