How can use the slideDown() function with easing?
Maybe extend it somehow?
I\'m looking for something like this:
jQuery.fn.slideDown = function(s
$('.class').slideDown(400,'easeInQuad');
Quotes not need for numeric.