Scriptaculous tweening effect


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. new Effect.Tween('user_password_color_strength', 10, 100, { duration: 2} , function(p) { this.setStyle({width : p + "px", color : "red" }) } );

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.