aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.effects.bounce.js
Commit message (Collapse)AuthorAgeFilesLines
* Effects: Renamed all files.Scott González2012-06-151-112/+0
|
* Remove trailing whitespace.Scott González2012-04-181-8/+8
|
* Protect all copyright notices against minificationJo Liss2012-04-021-1/+1
| | | | | | | 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.
* Updated copyright year.Scott González2012-03-081-1/+1
|
* Effects.*: DRY the complete callback execution into the 'done' callback ↵gnarf2011-06-211-7/+4
| | | | passed into an effect
* Effects.*: Style Guidancegnarf2011-06-211-1/+1
|
* Effects.*: Updating Effect Method API to avoid duplicating the queue call - ↵gnarf2011-06-211-94/+90
| | | | Fixes #7318 - Add the queue functions to $.fn.effect()
* effects.core: Convert elements height/width to px and restore after ↵tomykaira2011-06-091-1/+1
| | | | animation in all effects. Fixed #5245 - Relative width elements break when wrapped for effects
* effects: Updating bounce/pulsate/shake to fire callbacks before the next ↵gnarf2011-05-101-11/+10
| | | | anim starts
* effects.bounce: Fixing hide bounce distance calculationgnarf2011-05-031-1/+1
|
* effect.bounce: ignoring the margins for the height calcgnarf2011-05-031-1/+1
|
* effect.bounce: fixing default distance to be 1/3 the size of the bouncing ↵gnarf2011-05-031-1/+1
| | | | box - thx @scott_gonzalez for catching this
* Some minor tweaks to the effects, trying to clean up code a bit + style guidancegnarf2011-05-011-37/+41
|
* effects.bounce: removing the opti for duration, the normalizeArguments in ↵gnarf2011-04-041-1/+1
| | | | core will ALWAYS set a duration, no need to default here
* effects.*: Normalizing animation time - 1000 ms effect should only take 1000 ↵gnarf2011-03-271-48/+62
| | | | ms - Fixes #7067 - Also making sure the queued animations run DIRECTLY after the effect
* Effects: Moved effects to $.effects.effect[] and deprecated use of ↵gnarf2011-03-151-1/+1
| | | | $.effects[]. Fixes #7103 - Effects: Move effects to $.effects.effect[].
* effects.*: style guidancegnarf2011-03-061-32/+48
|
* Effects: General Code Cleanupgnarf2011-03-041-24/+33
|
* Quick rewrite for new options objectgnarf2011-03-021-15/+14
|
* Updated copyright year.Scott González2011-01-171-1/+1
|
* Effects: set right/bottom to 'auto' so effects work with dir=rtl. Fixed ↵Kevin Dalman2010-12-131-1/+1
| | | | #6736 - Bug in slide effect when dir=rtl and has position.right.
* 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.
* Happy New YearRichard Worth2010-01-201-1/+1
|
* renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵Richard Worth2009-09-171-0/+78
jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935