|
|
|
Free JavaScript utility: link colorchange animation on rollover
This script creates a unqiue rollover animation for any textlinks. Easy copy-and-paste installation and easy configuration of colors. Internet Explorer 5x/6x/7x/8x, Firefox 2x/3x/4x, Opera 7x/8x/9x/10x, Google Chrome 3x/4x.
Test the script
Touch this link to start the link-animation.
Step 2: Open your webpage and add a link like this:
|
<a href="http://www.yourdomain.com" id="any_link_id" onMouseOver="startanimation(this.id)" onMouseOut="stopanimation()">Touch me to start the animation</a> |
GREEN Do not change this code.
RED: Give your textlink an id.
Step 3: Go to the <head>-section of the script and configure the speed and the colors of the animation.
|
 |
|
|