aboutsummaryrefslogtreecommitdiffstats
path: root/src/fx/fx.js
Commit message (Expand)AuthorAgeFilesLines
* Reorganzing the jQuery source (first phase).John Resig2007-09-081-397/+0
* Massive FX rewrite. Full list of changes:John Resig2007-09-071-166/+218
* Removed all inline documentation. The current version of all documentation is...John Resig2007-09-041-248/+0
* Added a new .stop() method which stops all animations running on the matched ...John Resig2007-09-041-2/+16
* Landing animation of scrollLeft/scrollTop (also works on random DOM object pr...John Resig2007-08-251-11/+7
* Added fix for undefined property in animation, in IE (Bug #1518)John Resig2007-08-221-1/+1
* Make jQuery work without warnings in strict mode, in Firefox.John Resig2007-08-201-0/+3
* Moving the easing check logic to the fx function, since Interface was overwri...John Resig2007-07-201-2/+2
* display block was being set on top/left animation, when they shouldn't be.John Resig2007-07-151-1/+4
* Overflow revert was completely borked when you animated multiple properties (...John Resig2007-07-051-13/+16
* Added a fix for easing problems (fall back to "linear" if swing doesn't exist...John Resig2007-06-211-2/+2
* Normal hide/show toggling was broken, this fixes it (#1219).John Resig2007-06-211-3/+7
* Fix for #1214, #1216, #1234 (problem with animations). In a nutshell, the cal...John Resig2007-06-211-6/+5
* remove a little superfluous blank which confused my eye the second time nowEd Engelhardt2007-05-221-1/+1
* improve documentation of animate() function by mentioning both the 'swing' an...Ed Engelhardt2007-05-221-2/+2
* Added fixes for bug #1052. Fixes the problems with animation chaining (and pr...John Resig2007-05-201-64/+43
* Simplified the easing options - we now provide "swing" and "linear" (defaulti...John Resig2007-03-241-8/+12
* Only fadeIn/Out or slideUp/Down elements that are already hidden/visible (for...John Resig2007-03-181-4/+4
* Animations now use a single interval timer, global for all animations. This s...John Resig2007-03-171-7/+20
* Forced the test suite into standards mode. Fixed some issues with how opacity...John Resig2007-03-161-3/+3
* A pack of animation fixes for #24, #260, #744, #799, #1003, and #1021.John Resig2007-03-151-24/+26
* Backported wiki changes from http://docs.jquery.com/API/1.1.1/EffectsJörn Zaefferer2007-02-271-2/+5
* Fix flicker in animationsBrandon Aaron2007-01-311-3/+2
* Fixed show/hide to return selected objects, not only those that are shown/hiddenJörn Zaefferer2007-01-151-2/+4
* Added in jQuery.isFunction().John Resig2007-01-141-17/+17
* Fixed an issue with animated .toggle() not working.John Resig2007-01-131-2/+3
* More jQuery.speed() fixes.John Resig2007-01-101-1/+1
* Fixed a bug in jQuery.speed(), when there's no properties provided.John Resig2007-01-101-2/+2
* Fix for #758Jörn Zaefferer2007-01-071-6/+10
* Reorganized the different effects to be in fx.js, instead of jquery.js - and ...John Resig2007-01-071-487/+545
* Fixed up the easing documentation.John Resig2007-01-071-11/+8
* Improved the categories of a bunch of docs, upped the version to 1.1.John Resig2007-01-071-9/+9
* Started cleaning up fx, made easing easier to use.John Resig2007-01-071-80/+76
* Removed easing formulas and placed them as a plugin under interfaceStefan Petre2007-01-051-621/+512
* fixed typo (easeout); added check if jQuery._$ even exists, added examples fo...Jörn Zaefferer2007-01-051-1/+1
* Changed the default easing functionStefan Petre2007-01-051-11/+5
* Changed transitions to easing. easing is now an object that can be extended t...Stefan Petre2007-01-041-61/+89
* Added transition effectStefan Petre2007-01-041-499/+600
* Merged the three unbind docs into one, added a few more (optional) hints; Use...Jörn Zaefferer2007-01-041-10/+10
* Fixed types for String|Number and added some more @see tagsJörn Zaefferer2007-01-021-7/+19
* Improved docs for FX module, merging method descriptions and marking optional...Jörn Zaefferer2007-01-021-118/+36
* (no commit message)Stefan Petre2007-01-021-566/+566
* finally added the toggle option for animate(). It's not beautiful right now, ...Paul Bakaus2006-12-081-0/+24
* Testsuite 2.0Jörn Zaefferer2006-11-181-8/+0
* Restore display property in fx module after animation is completed. Brandon Aaron2006-11-161-8/+12
* Fix for #276Brandon Aaron2006-11-141-65/+32
* Added tests for 193 and 170.Brandon Aaron2006-10-171-2/+0
* Added test for #237Brandon Aaron2006-10-101-0/+8
* Fix for #237Brandon Aaron2006-10-101-1/+1
* Fix for #227Brandon Aaron2006-10-101-1/+1