benbarnett / jquery-animate-enhanced

Extend $.animate() to detect CSS transitions for Webkit, Mozilla, IE>=10 and Opera and convert animations automatically.
http://playground.benbarnett.net/jquery-animate-enhanced/
MIT License
1.38k stars 197 forks source link

overflow not being removed after animation #76

Closed ianstormtaylor closed 12 years ago

ianstormtaylor commented 12 years ago

when using slideDown, overflow-x: hidden and overflow-y: hidden are added to animate the height, but they aren't being removed after the animation has finished.

benbarnett commented 12 years ago

This is a jQuery issue, and isn't happening in the latest version of this plugin/jQuery