JavaScript Text Link Animation: color-movie for each textlink
The JavaScript text link animation code generates a unique color change animation if you move your cursor over your text links. Create a different effect for each text link. Easy configuration. Internet Explorer 4 or higher.
Test it
sample 1
sample 1
sample 1
Configuration:
Step 1:
Open your web page. Paste the following code between the <head> and </head> tags of your web page (below the title-tags):
Step 2:
Open your web page and put the green-red-blue code into any text link 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 text link 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!
Click here
and download 500 free copy-and-paste scripts!