How can use the slideDown() function with easing?
Maybe extend it somehow?
I\'m looking for something like this:
jQuery.fn.slideDown = function(s
Have a look at my pen Demo you simple to use $(element).slideUp({duration:1000});
$(element).slideUp({duration:1000});