aboutsummaryrefslogtreecommitdiffstats
path: root/src/fx
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Removed duplicated show/hide/toggle, added test for toggle(), started ↵Jörn Zaefferer2007-01-091-0/+9
| | | | documentation of event properties/methods
* 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
| | | | cleaned up some of the documentation.
* 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 ↵Jörn Zaefferer2007-01-051-1/+1
| | | | for usage of $.noConflict()
* Changed the default easing functionStefan Petre2007-01-051-11/+5
|
* Changed transitions to easing. easing is now an object that can be extended ↵Stefan Petre2007-01-041-61/+89
| | | | to add new easing functions.
* Added transition effectStefan Petre2007-01-041-499/+600
|
* Merged the three unbind docs into one, added a few more (optional) hints; ↵Jörn Zaefferer2007-01-041-10/+10
| | | | Use one() instead of bind() for unload
* 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 ↵Jörn Zaefferer2007-01-021-118/+36
| | | | optional arguments
* (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
| | | | but it works for the time.
* Testsuite 2.0Jörn Zaefferer2006-11-182-8/+12
|
* Restore display property in fx module after animation is completed. Brandon Aaron2006-11-161-8/+12
|
* Fix for #276Brandon Aaron2006-11-141-65/+32
| | | | Private method jQuery.setAuto in fx module is deprecated
* Added tests for 193 and 170.Brandon Aaron2006-10-171-2/+0
| | | | Removed unused line of code from fx.
* 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
|
* Revert fx.show to always take opacity from 0 to current opacity value.Brandon Aaron2006-10-101-4/+3
|
* Fix for #263. Brandon Aaron2006-10-101-2/+2
|
* Fixed a bunch of endline issues.1.0.2John Resig2006-10-101-577/+577
|
* * Applied patch for #204Brandon Aaron2006-10-071-17/+14
| | | | * Removed references to $ within dimensions.js
* Removed (hopefully) all references to $ within the jQuery code itselfJörn Zaefferer2006-10-061-2/+2
|
* Added fix for bug #204, yet untestedJörn Zaefferer2006-10-061-580/+580
|
* Documented the slideToggle() and animate() functions.John Resig2006-09-011-1/+54
|
* Fixed issue with opacity being set to only 0.9999 for Opera, Safari, et. al ↵John Resig2006-08-311-1/+1
| | | | - which it was, in fact a Mozilla issue (or, at least, it seems).
* Added in a bunch of fx fixes - and hide/show/toggle are decoupled from later ↵John Resig2006-08-261-25/+37
| | | | methods.
* Fixed the giant negative number issue that Opera was having.John Resig2006-08-241-1/+2
|
* Added in some more bug fixes - and added the slideToggle method.John Resig2006-08-241-0/+7
|
* Fixed some bugs, improved the quality of some of the variables.John Resig2006-08-241-1/+2
|
* Added a step callback to be executed on every step of an fx animation.John Resig2006-08-221-1/+5
|
* Fixed the issue with queued effects becoming corrupted.John Resig2006-08-171-5/+5
|
* Moved all the jQuery source to the new src directory.John Resig2006-08-131-0/+502