Animations should (temporarily) override min-height and min-width

Animations should (temporarily) override min-height and min-width

When animating, jQuery of course overrides width and height (as well as forcing overflow:hidden). If you have a min-height or min-width though, jQuery doesn't reset that--it really ought to, so you can, say, .slideDown() an element that when visible, has a min-height.


I run into this one a lot more than you'd think! :)