Added fixes for bug #1052. Fixes the problems with animation chaining (and problems...
[jquery.git] / src / fx / fx.js
2007-05-20 John ResigAdded fixes for bug #1052. Fixes the problems with...
2007-03-24 John ResigSimplified the easing options - we now provide "swing...
2007-03-18 John ResigOnly fadeIn/Out or slideUp/Down elements that are alrea...
2007-03-17 John ResigAnimations now use a single interval timer, global...
2007-03-16 John ResigForced the test suite into standards mode. Fixed some...
2007-03-15 John ResigA pack of animation fixes for #24, #260, #744, #799...
2007-02-27 Jörn ZaeffererBackported wiki changes from docs.jquery.com/API/1...
2007-01-31 Brandon AaronFix flicker in animations
2007-01-15 Jörn ZaeffererFixed show/hide to return selected objects, not only...
2007-01-14 John ResigAdded in jQuery.isFunction().
2007-01-13 John ResigFixed an issue with animated .toggle() not working.
2007-01-10 John ResigMore jQuery.speed() fixes.
2007-01-10 John ResigFixed a bug in jQuery.speed(), when there's no properti...
2007-01-07 Jörn ZaeffererFix for #758
2007-01-07 John ResigReorganized the different effects to be in fx.js, inste...
2007-01-07 John ResigFixed up the easing documentation.
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.