Added a performance improvement to .hide()/.show() that helps to prevent constant...
authorJohn Resig <jeresig@gmail.com>
Mon, 9 Feb 2009 15:58:12 +0000 (15:58 +0000)
committerJohn Resig <jeresig@gmail.com>
Mon, 9 Feb 2009 15:58:12 +0000 (15:58 +0000)
commit0ae78024c23dd3ef4bcea883338d975dcf843597
tree467358774b053e307dbf47a3aaa916c05e16d685
parent136a459f4c24880f6d07f26c07e56451385637e0
Added a performance improvement to .hide()/.show() that helps to prevent constant reflows from occurring. Fixes #4038.
src/fx.js