aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/effects.js
Commit message (Expand)AuthorAgeFilesLines
* Landing pull request 496. 1.7 animate: allow named queues to be used by anima...Corey Frang2011-09-191-0/+35
* Remove unnecessary commented codetimmywil2011-09-191-16/+0
* Animation state is tracked on toggled/stopped animations using the private da...timmywil2011-09-191-88/+154
* Landing pull request 467. Adds comments regarding opacity test adjustments.Rick Waldron2011-08-171-1/+3
* Landing pull request 466. Test if opacity is not expected val. Fixes effects ...rwldrn2011-08-171-7/+25
* Fix effects test suite to account for opacity being removed rather than expli...timmywil2011-08-161-1/+4
* Landing pull request 374. .animate() Callbacks should fire in correct order (...louisremi2011-05-101-0/+16
|\
| * oops consolelouisremi2011-05-101-1/+0
| * oops unit testlouisremi2011-05-091-0/+17
* | Call extend on prop to avoid changing original properties so that per-propert...timmywil2011-05-071-7/+10
* | Set val before hide/show check and fix easing setting; also update attributes...timmywil2011-05-071-15/+12
* | Fix per-property easing. Fixes #9067Daniel Pihlstrom2011-05-071-4/+12
* | Landing pull request 372. Test for numeric properties was using wrong variabl...gnarf2011-05-071-3/+31
|/
* Merge branch 'qunit_fixture'timmywil2011-04-171-10/+10
|\
| * Switch QUnit div from depreceted #main to #qunit-fixturetimmywil2011-04-171-10/+10
* | Make sure that hide or show don't fail when operating on non-Element nodes. F...John Resig2011-04-171-0/+4
|/
* Ticket #8099 Performance tweaking, creditsrwldrn2011-04-131-10/+10
* Ticket #8099 Updates per reviewrwldrn2011-04-131-2/+7
* Ticket #8099 Conditional iframe approache, caches both iframe and iframedoc f...rwldrn2011-04-131-2/+6
* Ticket 8099, Reattempt with iframerwldrn2011-04-121-0/+13
* merge with master and resolve more conflictslouisremi2011-04-121-1/+1
|\
| * Bug fixes in queue.js: type in dequeue could be undefined which lead to a wro...jaubourg2011-04-121-1/+1
* | third batchlouisremi2011-04-121-48/+48
|/
* Adds fn.promise as a mean to observe the completion of animations on a set of...jaubourg2011-04-071-18/+23
* Fix a some inaccuracies in the original test case for #7912.Anton M2011-02-171-16/+26
* Fixes #7912. Make sure .cur() only returns 0 as fallback value when it needs ...louisremi2011-02-171-15/+38
* Revert "Merge branch '8099' of https://github.com/rwldrn/jquery into rwldrn-8...Anton M2011-02-151-12/+0
* Merge branch '8099' of https://github.com/rwldrn/jquery into rwldrn-8099jeresig2011-02-141-0/+12
|\
| * Bug #8099 - Always restore to correct display value based on element's expect...rwldrn2011-01-311-0/+12
* | Fix breaking test in Chrome.Anton M2011-02-141-1/+1
* | Don't add "px" to unit-less properties when animating them. Fixes #4966.Anton M2011-02-131-0/+10
* | Clean up whitespace in test/unit/effects.jsAnton M2011-02-131-44/+37
|/
* Update unit tests with a leak detection mechanism for the various jQuery glob...Colin Snover2011-01-091-11/+20
* Change the way jQuery.data works so that there is no longer a chance of colli...Colin Snover2011-01-091-2/+2
* Remove patch for very early versions of Opera 9 that made it impossible to an...Colin Snover2010-12-301-0/+17
* Clean trailing whitespace from all files.Colin Snover2010-12-301-13/+13
* Updating #7397 unit tests to correctly test for a persisted display valuerwldrn2010-11-101-11/+15
* Fixes #7397; 4 supporting unit testsrwldrn2010-11-091-0/+35
* Limit the scope of the CSS 'auto' change to just height/width. Fixes #7393.jeresig2010-11-031-1/+5
* Calling .hide().show() on a stylesheet-hidden element wasn't bringing it back...jeresig2010-10-271-1/+9
* For .show() with no arguments, only set display of elements in the second loo...Karl Swedberg2010-10-261-1/+14
* fadeToggle(). as suggested by Karl Swedberg in his jQcon talk. patched live! omgPaul Irish2010-10-171-0/+7
* Don't test inline-block in browsers that don't support it (or an approximatio...jeresig2010-10-141-17/+46
* Fix olddisplay was inappropriately set when calling hide on an already hidden...Colin Snover2010-10-111-0/+30
* Fixed code convention issues. Reduced size of overflow reset code. Fixed brok...Colin Snover2010-10-081-9/+8
* Update $.fn.animate to only keep overflow set to hidden after an animation in...Colin Snover2010-10-051-18/+14
* IE6 will shrink-wrap elements with layout instead of allowing content to flow...Colin Snover2010-10-051-46/+85
* Update $.fn.animate to change display mode only when necessary (inline, non-f...Colin Snover2010-10-051-1/+74
* Make sure that opacity is being reset properly on a show animation. Additiona...jeresig2010-09-271-9/+5
* Discovered that another effects bug was fixed with the recent CSS changes (na...jeresig2010-09-221-1/+6