Scott González
2357d6d8da
Easings: Save a byte.
2012-04-20 13:58:33 -04:00
Scott González
0624c74929
Effects core: Properly handle defaults for effects that are called with a single hash.
2012-04-02 22:35:42 -04:00
Scott González
639afa5954
Lint fixes.
2012-04-02 19:12:21 -04:00
Scott González
ccbfd45924
A few lint fixes.
2012-04-02 15:55:50 -04:00
Jo Liss
37dcc3e21d
Protect all copyright notices against minification
...
For instance, this is useful for the jquery-ui-rails gem, which does not
use jQuery UI's own minification, but relies on Rails to minify the
files where necessary. Rails in turn uses UglifyJS for JS and YUI for
CSS, both of which respect the /*! ... */ convention.
2012-04-02 15:21:06 +02:00
Scott González
932fe888c0
Updated copyright year.
2012-03-08 10:53:08 -05:00
Jörn Zaefferer
45ca20fa33
Update data naming for Effects. Partial fix for #7810
2012-03-01 13:42:42 +01:00
Scott González
609243b21d
Use jQuery.css() instead of deprecated jQuery.curCSS().
2012-02-12 09:01:06 -05:00
Scott González
c0093b599f
Easings: Rewrote all easings to only rely on state and reduce code size. Fixes #8115 - Easings: Simplify equations to only rely on state.
2012-02-11 12:20:46 -05:00
Scott González
4f95be1bb4
Merge pull request #429 from ckdake/master
...
Just a small typo fix
2011-11-17 05:52:24 -08:00
ddstreet
e3156ea286
Effects Core: Do not overwrite css or class changes that aren't animated during class animation. Fixed #7106 - animateClass: css and class changes during animation are lost
2011-10-25 17:40:37 -05:00
Corey Frang
e8ba367a58
Effects: fixing an animateClass issue when the class was empty
2011-09-29 20:45:23 -04:00
Corey Frang
dda67fc171
Effect core: Making animate class cross-frame safe, style guidence
2011-09-29 18:55:58 -04:00
Chris Kelly
478a01582c
Typo fix: loose -> lose
2011-08-10 16:01:44 -04:00
Corey Frang
8108ec82db
Effects: Adding a check to retain focused elements after wrapping and unwrapping in animations - Fixes #7595 - Wrapper-creating jquery-ui animations will discard any focus state during the animation - Thanks @rubyruy
2011-08-02 16:54:24 -05:00
Corey Frang
d18cd7ed0f
Effects.core: Check Visibility vs 'hide' and 'show' modes, finish immediately if neccessary - Fixes #6715 - Hide and Show try to affect hidden and showing elements
2011-06-23 07:22:34 -05:00
gnarf
ab627e03a6
Effects.*: DRY the complete callback execution into the 'done' callback passed into an effect
2011-06-21 01:18:19 -05:00
gnarf
1c1a3b1a36
Effects.*: Updating Effect Method API to avoid duplicating the queue call - Fixes #7318 - Add the queue functions to $.fn.effect()
2011-06-21 01:18:01 -05:00
tomykaira
2c8151848d
effects.core: Convert elements height/width to px and restore after animation in all effects. Fixed #5245 - Relative width elements break when wrapped for effects
2011-06-09 20:38:09 -05:00
gnarf
4fc5ea141d
Unit Tests & effects.scale: Fixing bugs in effects unit tests - Particularly IE, found a bug in scale.js in the meantime. Fixes #7395 - Size based effects are breaking unit tests in IE - also leaking a global var
2011-05-18 18:13:37 -05:00
Scott González
7550018260
Class animation: Fixed handling of duration.
2011-05-12 21:03:42 -04:00
gnarf
2dcf723151
effects.core: Rework animateClass to support a 'children' option - Fixes #3939 - Option to animate children elements in animateClass
2011-05-12 07:11:01 -05:00
gnarf
c241275a30
Effects.core: Style Commit - double-quotes and threeqals and whitespace
2011-05-12 02:51:10 -05:00
gnarf
c89bbc1839
Class animation: Cleaned up detection of what we can animate and fixed border styles. Fixes #7109 - animateClass doesn't like going from borderStyle: none to borderStyle: *.
2011-05-11 17:09:05 -04:00
Scott González
60d4e0ae42
Class Animation: Use .attr( "class" ) instead of .attr( "className" ) and adjust the queueing logic for jQuery 1.6 compatibility. Fixes #7275 - $.effects.animateClass broken in jQuery 1.6."
2011-04-27 10:42:21 -04:00
gnarf
d64c9efda5
Effects: Moved effects to $.effects.effect[] and deprecated use of $.effects[]. Fixes #7103 - Effects: Move effects to $.effects.effect[].
2011-03-15 09:00:45 -04:00
gnarf
3f8c608691
effects.core: Another place where args.callback was used that escaped my first pass
2011-03-11 09:50:56 -05:00
Scott González
19e72449f1
Effects: Handle just passing an effect name.
2011-03-09 10:09:29 -05:00
gnarf
703cd82cd0
effects.core: Style Guidance
2011-03-06 20:44:35 -06:00
gnarf
d742cd6a88
Effects: Minor whitespace improvements
2011-03-05 16:17:54 -06:00
gnarf
5c4577f78c
Cleaning up effects.core _normalizeArguments a bit more
2011-03-02 20:58:10 -06:00
gnarf
2ad1cf3319
Starting to clean up the internal API for animations
2011-03-02 19:30:27 -06:00
Scott González
6e0482a9cb
Updated copyright year.
2011-01-17 09:13:18 -05:00
Scott González
6731b0e2d6
Effects: Fixed queueing of class animations. Fixes #6748 - animateClass broken in 1.8.7.
2010-12-14 09:02:00 -05:00
Kevin Dalman
2084549344
Effects: set right/bottom to 'auto' so effects work with dir=rtl. Fixed #6736 - Bug in slide effect when dir=rtl and has position.right.
2010-12-13 13:02:31 -05:00
Alex Dovenmuehle
abfa0e1e95
Core: Fixed switchClass queueing issues using lazy evaluation of element's style. Fixed #6244 - switchClass queues incorrectly.
2010-11-19 08:54:11 -05:00
J. Ryan Stinnett
859c87e6d9
Effects: Allow named speeds to be 0. Fixes #6657 - Allow named speeds to be 0
2010-11-16 08:14:10 -05:00
Scott González
09073f042e
Effects: Added borderColor to color animation list. Fixes #6164 - Effectts: Allow borderColor to be animated.
2010-10-08 08:07:54 -04:00
Scott González
3b38025ced
Effects: Jump to final state and execute callbacks when $.fx.off is set to true. Fixes #6131 - Dialog breaks when $.fx.off. Partial fix for #5512 - jQuery.fx.off and effect on jQuery UI Effects.
2010-10-04 14:52:06 -04:00
Scott González
ce08df3bdc
Effects: Fixed .show(), .hide(), .toggle() to accept a hash of options again. Fixes #6078 - Effects: Passing an object for parameters no longer works. Fixes #6067 - Dialog show/hide animations do not work.
2010-09-20 10:07:45 -04:00
malsup
2b9d684d1a
Effects: Fix show/hide/toggle test for using core functions. Fixed : #5456 - show() function broken with "normal" speed
2010-08-09 06:13:11 +08:00
kobrigo
4be0942af0
argument shifting is not done correctly when the options argument is not supplied. the result is that the callback is not called. this fixes Ticket #5731 foooo
2010-07-16 16:09:23 +02:00
Scott González
8a5d4ca321
All: Added http://jqueryui.com/about to header comments.
2010-07-14 15:45:45 -04:00
Scott González
21aad10e6a
All: Define a local undefined variable inside the main closure.
2010-07-13 09:57:58 -04:00
Scott González
536ae6189b
Updated copyright headers to make it clear that you can choose between MIT and GPLv2. Also added a link to http://jquery.org/license .
2010-07-09 09:01:04 -04:00
Scott González
301eb30ac1
Effects: Proper argument shuffling when calling show/hide/toggle without a speed.
...
Fixes #5269 - Show and hide effects errantly require "duration" option to fire callback.
2010-03-04 01:31:17 +00:00
Scott González
6d7196f803
Effects: Properly normalizing arguments for named speeds.
...
Fixes #5192 - 1.8rc2 Toggle speed issue.
2010-02-18 04:40:39 +00:00
Paul Bakaus
5ef97d7a13
effects: fixed #4097 - bind/fold didnt work
2010-01-28 17:31:02 +00:00
Richard Worth
074153407d
Happy New Year
2010-01-20 14:04:26 +00:00
Scott González
730f6d0823
class animation: added scrollbar property filtering back in to prevent an error in IE.
2009-11-16 03:06:13 +00:00