aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/effects.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* e3463946e19f2eb53d909fc2b59cc1c8636d21bd actually fixed a previously undicove...jeresig2010-09-221-1/+1
* Added full support for easing in all shorthand effects methods (hide, show, t...Karl Swedberg2010-09-221-1/+13
* jQuery.css() returns a string value - handle this properly in the animation c...John Resig2010-09-171-7/+6
* Fixed some sloppy checks in the effects test suite, makes it more apparent wh...John Resig2010-09-171-5/+8
* Split apart jQuery.css into jQuery.css (computed values) and jQuery.style (cu...jeresig2010-09-161-5/+5
* Removing leftover debug code.jeresig2010-09-141-1/+1
* Making some more adjustments to handle auto CSS properties.John Resig2010-09-131-9/+9
* Make sure that effect tests no longer reference the old CSS methods.jeresig2010-09-091-3/+3
* Replace usage of the removed global reset() method with QUnit.reset().jzaefferer2010-07-281-1/+1
* fixed offset(coordinates) returns null when no matching elements in jQuery ob...Karl Swedberg2010-01-241-2/+1
* added tests for show/hide with falsy, non-zero valuesKarl Swedberg2010-01-241-5/+24
* Moved logic for handling .animate({}), doesn't queue anymore. Fixes #5459.jeresig2009-12-211-1/+11
* Renamed the 'fx' module to 'effects'. Should've been done a long time ago.jeresig2009-12-181-0/+622