Improved the categories of a bunch of docs, upped the version to 1.1.
[jquery.git] / src / fx / fx.js
2007-01-07 John ResigImproved the categories of a bunch of docs, upped the...
2007-01-07 John ResigStarted cleaning up fx, made easing easier to use.
2007-01-05 Stefan PetreRemoved easing formulas and placed them as a plugin...
2007-01-05 Jörn Zaeffererfixed typo (easeout); added check if jQuery._$ even...
2007-01-05 Stefan PetreChanged the default easing function
2007-01-04 Stefan PetreChanged transitions to easing. easing is now an object...
2007-01-04 Stefan PetreAdded transition effect
2007-01-04 Jörn ZaeffererMerged the three unbind docs into one, added a few...
2007-01-02 Jörn ZaeffererFixed types for String|Number and added some more ...
2007-01-02 Jörn ZaeffererImproved docs for FX module, merging method description...
2007-01-02 Stefan Petre(no commit message)
2006-12-08 Paul Bakausfinally added the toggle option for animate(). It's...
2006-11-18 Jörn ZaeffererTestsuite 2.0
2006-11-16 Brandon AaronRestore display property in fx module after animation...
2006-11-14 Brandon AaronFix for #276
2006-10-17 Brandon AaronAdded tests for 193 and 170.
2006-10-10 Brandon AaronAdded test for #237
2006-10-10 Brandon AaronFix for #237
2006-10-10 Brandon AaronFix for #227
2006-10-10 Brandon AaronRevert fx.show to always take opacity from 0 to current...
2006-10-10 Brandon AaronFix for #263.
2006-10-10 John ResigFixed a bunch of endline issues.
2006-10-07 Brandon Aaron* Applied patch for #204
2006-10-06 Jörn ZaeffererRemoved (hopefully) all references to $ within the...
2006-10-06 Jörn ZaeffererAdded fix for bug #204, yet untested
2006-09-01 John ResigDocumented the slideToggle() and animate() functions.
2006-08-31 John ResigFixed issue with opacity being set to only 0.9999 for...
2006-08-26 John ResigAdded in a bunch of fx fixes - and hide/show/toggle...
2006-08-24 John ResigFixed the giant negative number issue that Opera was...
2006-08-24 John ResigAdded in some more bug fixes - and added the slideToggl...
2006-08-24 John ResigFixed some bugs, improved the quality of some of the...
2006-08-22 John ResigAdded a step callback to be executed on every step...
2006-08-17 John ResigFixed the issue with queued effects becoming corrupted.
2006-08-13 John ResigMoved all the jQuery source to the new src directory.