Update $.fn.animate to change display mode only when necessary (inline, non-floated...
authorColin Snover <github.com@zetafleet.com>
Tue, 5 Oct 2010 18:28:43 +0000 (13:28 -0500)
committerColin Snover <github.com@zetafleet.com>
Tue, 5 Oct 2010 18:28:43 +0000 (13:28 -0500)
commit0cdcef5b364fa3c89d7f27935e77b453f4a56efd
tree565e2ed4494a2ed515f3aebcc33b870412d96ecf
parent0229b83f7e5bf64edb2888ab349bedcd1a45e7c1
Update $.fn.animate to change display mode only when necessary (inline, non-floated elements), and to use a more proper display mode for those elements. Fixes #2185.
src/effects.js
src/support.js
test/data/testsuite.css
test/index.html
test/unit/css.js
test/unit/effects.js