Fixed width/height animations don't lapse back to auto. There's no longer a flicker...
authorJohn Resig <jeresig@gmail.com>
Mon, 24 Jul 2006 06:06:59 +0000 (06:06 +0000)
committerJohn Resig <jeresig@gmail.com>
Mon, 24 Jul 2006 06:06:59 +0000 (06:06 +0000)
commitaa5c4d8828bd8956218ccca47ee7a029fe26008e
tree4497f7b84e9281436c21076df98c7898bcd86c4a
parent0a4dc3f8f295d10bbe855a11f52931c6c979e29e
Fixed width/height animations don't lapse back to auto. There's no longer a flicker for fixed sized items. The overflow for items is no longer tampered with, if it doesn't have to be. .cur() is used for all animations in place of .max(), with much better results.
fx/fx.js