milardovich

Two effects | jQuery

Jan 17th, 2012
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $('#yourid').animate({
  2.         opacity: 0.2
  3.     }, 500, function() {
  4.         $('#yourid').hide('fast');
  5.     });
Advertisement
Add Comment
Please, Sign In to add comment