aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.effects.core.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Effects: Force a non-empty hash of properties for class animations to ensure ...Scott González2009-11-061-1/+1
* Fixed the initialization of color animations for cases where the first step o...Scott González2009-09-201-1/+2
* Rewrote animateClass to work in webkit. Fixes #3112 - SwitchClass doesn't hav...Scott González2009-09-181-28/+107
* renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to jquery...Richard Worth2009-09-171-0/+581