Massive FX rewrite. Full list of changes:
authorJohn Resig <jeresig@gmail.com>
Fri, 7 Sep 2007 21:57:40 +0000 (21:57 +0000)
committerJohn Resig <jeresig@gmail.com>
Fri, 7 Sep 2007 21:57:40 +0000 (21:57 +0000)
commit902554a38da6c9e2d0c115bc189634d56f9b4d34
treea2b972229f48173b95d0cd8105a045be2a47d6cc
parent3abf3125cb737f120b6b86c6011fd7ce0e6ba7cc
Massive FX rewrite. Full list of changes:
- You can now animate non-px values (em and %, for example)
- You can animate things things that previously broke (like font-size)
- You can now write fx plugins (to add in the ability to animate colors, for example)
- Advanced queueing controls were added (.queue(), .dequeue(), and {queue:false})
- Step was re-tooled to work with the new fx plugin scheme
- Added the ability to do relative animations
- Made it so that you can do simultaneous animations on a single element
- A complete refactoring of jQuery.fx, improving naming, and usability
src/fx/fx.js