Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. $(this).animate({
  2. 'opacity': '1'
  3. }, {duration: 3000, done: function () {
  4. //animate some stuff here
  5. }};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement