aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.effects.core.js
Commit message (Collapse)AuthorAgeFilesLines
* 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