Guest User

Untitled

a guest
Jun 22nd, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. for (i=1; i<11; i++){
  2. $(element).animate({"border-color":"#900000""padding":origpadding*(i)+"px"}, 100)
  3. .animate({"border-color":origcolor});
  4. }
Add Comment
Please, Sign In to add comment