Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // No
- elem.animate({height: "toggle", opacity: "toggle"},
- 300, null, function() {
- }
- // Yes
- elem.animate({height: "toggle", opacity: "toggle"},
- 300, null, function() {
- }
- // Even better
- elem.animate({height: "toggle", opacity: "toggle"},
- 300, null, function() {
- }
Advertisement
Add Comment
Please, Sign In to add comment