Guest User

Untitled

a guest
Feb 21st, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. slideDown: function(speed,callback){
  2. return this.animate({height: "show"}, speed, callback);
  3. },
  4. fadeIn: function(speed, callback){
  5. return this.animate({opacity: "show"}, speed, callback);
  6. }
Add Comment
Please, Sign In to add comment