Animate your form elements

This eyecatching script applies a very smooth coloring animation to the form element in focus. You may choose among 5 different coloring-effects. Surprising way to make your visitors fill out the forms on your site. Copy and paste installation.




Over 2000+ free Javascript
at JavaScriptBank.com Website
Sampled by JavaScriptBank.com Test the highlight animation below






Configuration

Step 1: Open your webpage. Paste the following code between the <head> and </head> tags of your webpage:



Step 2: Paste the following red code into any form element (sample button):
<input type="button" onFocus="animate(event)" onBlur="stopit()" value="submit">

Step 3: Open your webpage. Go to the top of the script-code and choose a coloring-effect by setting the variable fade_effect.