Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Effects: Backporting 8108ec8 - Fixes #7595 - Wrapper-creating jquery-ui ↵ | Corey Frang | 2011-08-02 | 1 | -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ález | 2011-05-28 | 1 | -1/+1 |
| | | | | 'easding'. | ||||
* | Class Animation: Use .attr( "class" ) instead of .attr( "className" ) and ↵ | Scott González | 2011-04-27 | 1 | -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ález | 2011-01-17 | 1 | -1/+1 |
| | |||||
* | Effects: Fixed queueing of class animations. Fixes #6748 - animateClass ↵ | Scott González | 2010-12-15 | 1 | -33/+31 |
| | | | | broken in 1.8.7. | ||||
* | Effects: set right/bottom to 'auto' so effects work with dir=rtl. Fixed ↵ | Kevin Dalman | 2010-12-15 | 1 | -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 Dovenmuehle | 2010-11-19 | 1 | -24/+32 |
| | | | | style. Fixed #6244 - switchClass queues incorrectly. | ||||
* | Effects: Allow named speeds to be 0. Fixes #6657 - Allow named speeds to be 0 | J. Ryan Stinnett | 2010-11-16 | 1 | -1/+1 |
| | |||||
* | Effects: Added borderColor to color animation list. Fixes #6164 - Effectts: ↵ | Scott González | 2010-10-08 | 1 | -1/+1 |
| | | | | Allow borderColor to be animated. | ||||
* | Effects: Jump to final state and execute callbacks when $.fx.off is set to ↵ | Scott González | 2010-10-04 | 1 | -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ález | 2010-09-20 | 1 | -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 - ↵ | malsup | 2010-08-09 | 1 | -4/+4 |
| | | | | show() function broken with "normal" speed | ||||
* | argument shifting is not done correctly when the options argument is not ↵ | kobrigo | 2010-07-16 | 1 | -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ález | 2010-07-14 | 1 | -1/+1 |
| | |||||
* | All: Define a local undefined variable inside the main closure. | Scott González | 2010-07-13 | 1 | -1/+1 |
| | |||||
* | Updated copyright headers to make it clear that you can choose between MIT ↵ | Scott González | 2010-07-09 | 1 | -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ález | 2010-03-04 | 1 | -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ález | 2010-02-18 | 1 | -1/+1 |
| | | | | Fixes #5192 - 1.8rc2 Toggle speed issue. | ||||
* | effects: fixed #4097 - bind/fold didnt work | Paul Bakaus | 2010-01-28 | 1 | -0/+1 |
| | |||||
* | Happy New Year | Richard Worth | 2010-01-20 | 1 | -1/+1 |
| | |||||
* | class animation: added scrollbar property filtering back in to prevent an ↵ | Scott González | 2009-11-16 | 1 | -2/+1 |
| | | | | error in IE. | ||||
* | class animations: Commented out browser-specific style checks. | Scott González | 2009-11-15 | 1 | -1/+1 |
| | |||||
* | Class Animation: Don't animate shorthand styles. | Scott González | 2009-11-15 | 1 | -3/+16 |
| | | | | Color Animation: Removed borderColor since we no longer animate shorthand styles. | ||||
* | Effects: Cleaned up createWrapper(). | Scott González | 2009-11-10 | 1 | -15/+27 |
| | |||||
* | Effects: Added support for effects on elements with right and/or bottom ↵ | Scott González | 2009-11-10 | 1 | -4/+12 |
| | | | | | | style settings. Fixes #4540 - Fix bug effect for IE7. In create wrapper function. | ||||
* | Effects core: Reorganized code, no actual changes. | Scott González | 2009-11-10 | 1 | -253/+276 |
| | |||||
* | Effects: Fixed a bug when animating classes and nothing should happen, e.g., ↵ | Scott González | 2009-11-06 | 1 | -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ález | 2009-11-06 | 1 | -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ález | 2009-11-06 | 1 | -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ález | 2009-09-20 | 1 | -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ález | 2009-09-18 | 1 | -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 Worth | 2009-09-17 | 1 | -0/+581 |
jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935 |