aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.effects.core.js
Commit message (Collapse)AuthorAgeFilesLines
* Effects: Backporting 8108ec8 - Fixes #7595 - Wrapper-creating jquery-ui ↵Corey Frang2011-08-021-3/+20
| | | | animations will discard any focus state during the animation - Thanks @rubyruy
* Effects: Fixed typo. Fixes #7435 - animateClass ignores easing due to typo ↵Scott González2011-05-281-1/+1
| | | | 'easding'.
* Class Animation: Use .attr( "class" ) instead of .attr( "className" ) and ↵Scott González2011-04-271-22/+21
| | | | adjust the queueing logic for jQuery 1.6 compatibility. Fixes #7275 - $.effects.animateClass broken in jQuery 1.6.
* Updated copyright year.Scott González2011-01-171-1/+1
|
* Effects: Fixed queueing of class animations. Fixes #6748 - animateClass ↵Scott González2010-12-151-33/+31
| | | | broken in 1.8.7.
* Effects: set right/bottom to 'auto' so effects work with dir=rtl. Fixed ↵Kevin Dalman2010-12-151-1/+1
| | | | #6736 - Bug in slide effect when dir=rtl and has position.right.
* Core: Fixed switchClass queueing issues using lazy evaluation of element's ↵Alex Dovenmuehle2010-11-191-24/+32
| | | | style. Fixed #6244 - switchClass queues incorrectly.
* 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: ↵Scott González2010-10-081-1/+1
| | | | Allow borderColor to be animated.
* Effects: Jump to final state and execute callbacks when $.fx.off is set to ↵Scott González2010-10-041-2/+16
| | | | true. Fixes #6131 - Dialog breaks when $.fx.off. Partial fix for #5512 - jQuery.fx.off and effect on jQuery UI Effects.
* Effects: Fixed .show(), .hide(), .toggle() to accept a hash of options ↵Scott González2010-09-201-4/+17
| | | | again. Fixes #6078 - Effects: Passing an object for parameters no longer works. Fixes #6067 - Dialog show/hide animations do not work.
* Effects: Fix show/hide/toggle test for using core functions. Fixed: #5456 - ↵malsup2010-08-091-4/+4
| | | | show() function broken with "normal" speed
* argument shifting is not done correctly when the options argument is not ↵kobrigo2010-07-161-5/+5
| | | | supplied. the result is that the callback is not called. this fixes Ticket #5731 foooo
* 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.
* Effects: Proper argument shuffling when calling show/hide/toggle without a ↵Scott González2010-03-041-0/+4
| | | | | | speed. Fixes #5269 - Show and hide effects errantly require "duration" option to fire callback.
* Effects: Properly normalizing arguments for named speeds.Scott González2010-02-181-1/+1
| | | | Fixes #5192 - 1.8rc2 Toggle speed issue.
* 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 ↵Scott González2009-11-161-2/+1
| | | | error in IE.
* 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
| | | | Color Animation: Removed borderColor since we no longer animate shorthand styles.
* Effects: Cleaned up createWrapper().Scott González2009-11-101-15/+27
|
* Effects: Added support for effects on elements with right and/or bottom ↵Scott González2009-11-101-4/+12
| | | | | | style settings. Fixes #4540 - Fix bug effect for IE7. In create wrapper function.
* 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
| | | | calling .removeClass('foo') when the element doesn't have the class foo.
* Effects: Added support for animating borderColor (previously only supported ↵Scott González2009-11-061-1/+1
| | | | individual borders, e.g., borderLeftColor). Fixes #4807 - $('').switchClass throwing error in IE8 if the switched class contains color property.
* Effects: Force a non-empty hash of properties for class animations to ensure ↵Scott González2009-11-061-1/+1
| | | | the callback is always executed. Fixes #4396 - animateClass does nothing if there are no styles changes. See jQuery core bug #5459 for the cause.
* Fixed the initialization of color animations for cases where the first step ↵Scott González2009-09-201-1/+2
| | | | of the animation doesn't happen in the same millisecond as the call to animate. Fixes #4251 - NaN in color animation (Firefox 3).
* Rewrote animateClass to work in webkit. Fixes #3112 - SwitchClass doesn't ↵Scott González2009-09-181-28/+107
| | | | | | have any effect in Safari 3.1.1. Based on trunk and effects dev branch implementations.
* renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵Richard Worth2009-09-171-0/+581
jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935