aboutsummaryrefslogtreecommitdiffstats
path: root/src/fx.js
Commit message (Expand)AuthorAgeFilesLines
* remove trailing spacesBrandon Aaron2009-03-231-11/+11
* decoupling styles retrieval from the attr methodBrandon Aaron2009-03-221-4/+4
* fix for #4204, fadeTo shows hidden elements before animatingBrandon Aaron2009-03-181-1/+2
* fix show issue in IE 6. "olddisplay" is sometimes undefined and IE 6 does not...Brandon Aaron2009-02-161-5/+5
* Landing a fix for a case where the animation timer wasn't getting stopped (th...John Resig2009-02-131-1/+2
* Added a performance improvement to .hide()/.show() that helps to prevent cons...John Resig2009-02-091-1/+13
* jquery fx: sync animations were being left on jQuery.timers (double callback)Ariel Flesler2009-01-141-10/+6
* jquery fx: Shortening the code additions on [6037].Ariel Flesler2009-01-051-12/+17
* Made hide, show, toggle, slideUp, slideDown, and slideToggle animate margins ...John Resig2009-01-051-13/+18
* Fixed an issue that was introduced by [5743] (which didn't have a test case, ...John Resig2009-01-021-8/+5
* jquery data: Closes #3539. Exposed jQuery.queue. Moved all the data and queue...Ariel Flesler2008-12-301-48/+0
* jquery fx: Fixed redundant codeAriel Flesler2008-12-251-2/+2
* jquery fx: Closes #3219. jQuery.fn.toggle can accept a boolean argument indic...Ariel Flesler2008-12-251-5/+8
* Rewrote the hide and show methods to fix the issue with Safari not hiding dis...John Resig2008-12-191-22/+45
* Made a mistake in the patch for #3618, landing fix.John Resig2008-11-181-1/+1
* Standardized the type checks across core. isFunction and isArray now use Obje...John Resig2008-11-171-4/+4
* jquery core: closes #3541. Added isArray.Ariel Flesler2008-10-291-2/+2
* jquery fx: closes #3496. $.fx.off = true; turns off animations.Ariel Flesler2008-10-221-1/+1
* jquery fx: closes #3495. Animations are synchronous when duration is 0.Ariel Flesler2008-10-181-6/+4
* jquery fx: closes #3128. Saved some bytes when creating custom animations, us...Ariel Flesler2008-07-031-20/+13
* fx: 1) patch from Ariel removes the need of adding properties like scrollTop...Paul Bakaus2008-06-241-10/+6
* jquery ajax: renamed $.fx.speeds.def to _default to match $.fx.step._default ...Ariel Flesler2008-06-201-2/+2
* jquery ajax: making Paul's last change([5735]) shorter.Ariel Flesler2008-06-201-1/+2
* fx: animate() can now animate any property on a generic object or native wrap...Paul Bakaus2008-06-201-7/+5
* jquery fx: removing a needless comment after the last commit.Ariel Flesler2008-05-161-1/+0
* jquery fx: removing 2 unnecessary isFunction calls, options.complete is ALWAY...Ariel Flesler2008-05-161-2/+2
* jquery: removing unnecessary trailing and leading spaces & tabs.Ariel Flesler2008-05-131-32/+32
* jquery event & fx: tidying some comments.Ariel Flesler2008-05-131-1/+2
* jquery fx & event: replaced the use of .apply(), where .call() could had been...Ariel Flesler2008-05-121-6/+6
* jquery fx: adding jQuery.fx.def as default speed for animationsAriel Flesler2008-05-021-2/+3
* mainly made the code shorter:Ariel Flesler2008-04-291-30/+36
* jquery event: jQuery.toggle can accept more than 2 functions, closes #2378Ariel Flesler2008-04-291-1/+1
* jquery core: simplified the code using the new jQuery.makeArray from [5314] w...Ariel Flesler2008-04-241-2/+1
* Fixed an edge case in show() where the css says the display should be none. ...David Serduke2008-01-121-0/+3
* Fixed #2080 by removing the check for nodeType != 1. It was put in to limit ...David Serduke2007-12-201-3/+0
* Fixed #1781 for warnings created on load by FF javascript.options.strict == t...David Serduke2007-12-161-2/+2
* show is now element aware (#960)Brandon Aaron2007-12-081-6/+7
* Fixed #1039 and #1733 by going through the core API and making them text node...David Serduke2007-12-071-0/+6
* Added enchancement for #1994 by adding two parameters to .stop() which give a...David Serduke2007-11-301-10/+24
* Fixed #1942 but running jQuery.css() before jQuery.curCSS(). This way when t...David Serduke2007-11-271-2/+2
* Fix #1827 bug where extra setInterval()s can be called during animation.David Serduke2007-11-161-4/+7
* Fixed #1822 bug where queue() didn't always default to type 'fx'.David Serduke2007-11-161-1/+3
* Fix for #1823 bug in animate {queue:false} plus a unit test.David Serduke2007-11-161-1/+2
* Added a fix for bug #1751, where the options getting overwritten for an anima...John Resig2007-10-181-3/+3
* Fixed animating to 0% (Bug #1586).John Resig2007-09-151-2/+2
* Forgot the 'var' statement, causing variables to leak. (Bug #1592)John Resig2007-09-151-2/+2
* Convert relative animations to use -= and += (instead of just - and +, which ...John Resig2007-09-151-7/+4
* Fixed some bugs in how .queue() works (it wasn't handling the argument order ...John Resig2007-09-141-2/+2
* Absolutely position animations, damn my twichy fingers for commiting too soon.Sean Catchpole2007-09-121-1/+4
* Animate should absolutely position if a number is passed (Ex: -700)Sean Catchpole2007-09-121-1/+1