aboutsummaryrefslogtreecommitdiffstats
path: root/src/fx/fx.js
Commit message (Collapse)AuthorAgeFilesLines
...
* 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