aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.effects.fade.js
Commit message (Collapse)AuthorAgeFilesLines
* Effects.*: DRY the complete callback execution into the 'done' callback ↵gnarf2011-06-211-5/+2
| | | | passed into an effect
* Effects.*: Updating Effect Method API to avoid duplicating the queue call - ↵gnarf2011-06-211-21/+19
| | | | Fixes #7318 - Add the queue functions to $.fn.effect()
* effects.*: Updating fade, pulsate, scale, shake to pass unitsgnarf2011-05-011-5/+12
|
* Effects: Moved effects to $.effects.effect[] and deprecated use of ↵gnarf2011-03-151-1/+1
| | | | $.effects[]. Fixes #7103 - Effects: Move effects to $.effects.effect[].
* effects.fade: Using $ instead of jQuerygnarf2011-03-061-1/+1
|
* effects.*: More Style Guidancegnarf2011-03-061-8/+10
|
* Updated copyright year.Scott González2011-01-171-1/+1
|
* All: Added http://jqueryui.com/about to header comments.Scott González2010-07-141-1/+1
|
* All: Define a local undefined variable inside the main closure.Scott González2010-07-131-1/+1
|
* Updated copyright headers to make it clear that you can choose between MIT ↵Scott González2010-07-091-3/+3
| | | | and GPLv2. Also added a link to http://jquery.org/license.
* Happy New YearRichard Worth2010-01-201-1/+1
|
* Effects: Added fade effect. Needs documentation.Scott González2009-11-131-0/+32
Fixes #4416 - Add fade effect.