aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.effects.core.js
Commit message (Expand)AuthorAgeFilesLines
* Use jQuery.css() instead of deprecated jQuery.curCSS().Scott González2012-02-121-1/+1
* Easings: Rewrote all easings to only rely on state and reduce code size. Fixe...Scott González2012-02-111-215/+35
* Merge pull request #429 from ckdake/masterScott González2011-11-171-1/+1
|\
| * Typo fix: loose -> loseChris Kelly2011-08-101-1/+1
* | Effects Core: Do not overwrite css or class changes that aren't animated duri...ddstreet2011-10-251-16/+16
* | Effects: fixing an animateClass issue when the class was emptyCorey Frang2011-09-291-1/+1
* | Effect core: Making animate class cross-frame safe, style guidenceCorey Frang2011-09-291-3/+3
|/
* Effects: Adding a check to retain focused elements after wrapping and unwrapp...Corey Frang2011-08-021-3/+20
* Effects.core: Check Visibility vs 'hide' and 'show' modes, finish immediately...Corey Frang2011-06-231-4/+11
* Effects.*: DRY the complete callback execution into the 'done' callback passe...gnarf2011-06-211-1/+13
* Effects.*: Updating Effect Method API to avoid duplicating the queue call - F...gnarf2011-06-211-1/+6
* effects.core: Convert elements height/width to px and restore after animation...tomykaira2011-06-091-1/+7
* Unit Tests & effects.scale: Fixing bugs in effects unit tests - Particularly ...gnarf2011-05-181-1/+1
* Class animation: Fixed handling of duration.Scott González2011-05-121-1/+1
* effects.core: Rework animateClass to support a 'children' option - Fixes #393...gnarf2011-05-121-19/+49
* Effects.core: Style Commit - double-quotes and threeqals and whitespacegnarf2011-05-121-65/+65
* Class animation: Cleaned up detection of what we can animate and fixed border...gnarf2011-05-111-73/+62
* Class Animation: Use .attr( "class" ) instead of .attr( "className" ) and adj...Scott González2011-04-271-25/+24
* Effects: Moved effects to $.effects.effect[] and deprecated use of $.effects[...gnarf2011-03-151-6/+29
* effects.core: Another place where args.callback was used that escaped my firs...gnarf2011-03-111-3/+3
* Effects: Handle just passing an effect name.Scott González2011-03-091-0/+5
* effects.core: Style Guidancegnarf2011-03-061-239/+286
* Effects: Minor whitespace improvementsgnarf2011-03-051-1/+0
* Cleaning up effects.core _normalizeArguments a bit moregnarf2011-03-021-12/+18
* Starting to clean up the internal API for animationsgnarf2011-03-021-33/+31
* Updated copyright year.Scott González2011-01-171-1/+1
* Effects: Fixed queueing of class animations. Fixes #6748 - animateClass broke...Scott González2010-12-141-33/+31
* Effects: set right/bottom to 'auto' so effects work with dir=rtl. Fixed #6736...Kevin Dalman2010-12-131-1/+1
* Core: Fixed switchClass queueing issues using lazy evaluation of element's st...Alex Dovenmuehle2010-11-191-24/+32
* Effects: Allow named speeds to be 0. Fixes #6657 - Allow named speeds to be 0J. Ryan Stinnett2010-11-161-1/+1
* Effects: Added borderColor to color animation list. Fixes #6164 - Effectts: A...Scott González2010-10-081-1/+1
* Effects: Jump to final state and execute callbacks when $.fx.off is set to tr...Scott González2010-10-041-2/+16
* Effects: Fixed .show(), .hide(), .toggle() to accept a hash of options again....Scott González2010-09-201-4/+17
* Effects: Fix show/hide/toggle test for using core functions. Fixed: #5456 - ...malsup2010-08-091-4/+4
* argument shifting is not done correctly when the options argument is not supp...kobrigo2010-07-161-5/+5
* 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 an...Scott González2010-07-091-3/+3
* Effects: Proper argument shuffling when calling show/hide/toggle without a sp...Scott González2010-03-041-0/+4
* Effects: Properly normalizing arguments for named speeds.Scott González2010-02-181-1/+1
* effects: fixed #4097 - bind/fold didnt workPaul Bakaus2010-01-281-0/+1
* Happy New YearRichard Worth2010-01-201-1/+1
* class animation: added scrollbar property filtering back in to prevent an err...Scott González2009-11-161-2/+1
* class animations: Commented out browser-specific style checks.Scott González2009-11-151-1/+1
* Class Animation: Don't animate shorthand styles.Scott González2009-11-151-3/+16
* Effects: Cleaned up createWrapper().Scott González2009-11-101-15/+27
* Effects: Added support for effects on elements with right and/or bottom style...Scott González2009-11-101-4/+12
* Effects core: Reorganized code, no actual changes.Scott González2009-11-101-253/+276
* Effects: Fixed a bug when animating classes and nothing should happen, e.g., ...Scott González2009-11-061-13/+6
* Effects: Added support for animating borderColor (previously only supported i...Scott González2009-11-061-1/+1