Update $.fn.animate to only keep overflow set to hidden after an animation in IE6...
authorColin Snover <github.com@zetafleet.com>
Tue, 5 Oct 2010 20:20:44 +0000 (15:20 -0500)
committerColin Snover <github.com@zetafleet.com>
Tue, 5 Oct 2010 20:20:44 +0000 (15:20 -0500)
commit91028794d5029365eca0c3d40cfdae016403cbe6
tree3c1e022b6baa3dac2e1130e156452438312d6aa8
parent5057ff9f43017f673894584358ca95c8753b65d4
Update $.fn.animate to only keep overflow set to hidden after an animation in IE6 when it is needed (width/height change) and update unit tests to reflect when overflow does not get reset.
src/effects.js
test/unit/effects.js