/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
new Effect.Tween('user_password_color_strength', 10, 100, { duration: 2} , function(p) { this.setStyle({width : p + "px", color : "red" }) } );