Return to Snippet

Revision: 9312
at October 30, 2008 01:37 by eugegim


Initial Code
new Effect.Tween('user_password_color_strength', 10, 100, { duration: 2} , function(p) { this.setStyle({width : p + "px", color : "red" }) } );

Initial URL


Initial Description


Initial Title
Scriptaculous tweening effect

Initial Tags
textmate

Initial Language
Other