aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/effects.js
Commit message (Expand)AuthorAgeFilesLines
* Effects: add back support.shrinkWrapBlocks() for ie6Timmy Willison2016-01-061-15/+22
* Revert "Misc: Drop support for older browsers; update support comments"Timmy Willison2016-01-061-161/+195
* Build: code style fixes after all those revertsOleg Gaidarenko2015-12-221-622/+639
* Revert "Effects: Reintroduce use of requestAnimationFrame"Oleg Gaidarenko2015-12-221-4/+0
* Revert "Effects: Improve raf logic"Oleg Gaidarenko2015-12-221-103/+0
* Revert "CSS: Ignore the CSS cascade in show()/hide()/etc."Oleg Gaidarenko2015-12-221-1136/+954
* Tests: more style correctionsOleg Gaidarenko2015-09-081-2/+2
* Tests: further improvements QUnit 2.0 migrationOleg Gaidarenko2015-09-081-3/+3
* Effects: Finish should call progressThomas Tortorini2015-09-081-4/+45
* Tests: Partially use new qunit interfaceOleg Gaidarenko2015-09-071-452/+452
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-660/+679
* Tests: don't use deprecated argument in test declarationOleg Gaidarenko2015-07-301-25/+75
* Effects: Fix testsMichał Gołębiowski2015-06-281-1/+0
* Tests: Fix merge conflictCorey Frang2015-06-261-4/+0
* Effects: Add tests for jQuery.TweenCorey Frang2015-06-261-1/+8
* Tests: fix tests in accordance with new :visible behaviorTimmy Willison2015-05-121-1/+1
* CSS: Ignore the CSS cascade in show()/hide()/etc.Richard Gibson2015-05-111-102/+178
* Effects: add tests for jQuery.easing._default in Animation and TweenTimmy Willison2015-05-051-25/+80
* Effects: set default easing using jQuery.easing._defaultTimmy Willison2015-05-051-15/+35
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-12-081-96/+55
* Tests: Minor updates for QUnit 1.16 compatibilityRichard Gibson2014-12-051-10/+12
* Test: Switch leftover andSelf to addBackMichał Gołębiowski2014-10-301-1/+1
* Css: Fix the "sanity check" testMichał Gołębiowski2014-07-281-1/+1
* Effects: Improve raf logicOleg Gaidarenko2014-06-161-0/+28
* Effects: Reintroduce use of requestAnimationFrameOleg Gaidarenko2014-06-161-0/+4
* Effects: Remove needless operations in testsOleg Gaidarenko2014-06-161-3/+0
* Effects: Respect display value on inline elementsOleg Gaidarenko2014-04-301-0/+24
* Effects: Don't overwrite display:none when .hide()ing hidden elementsRichard Gibson2014-03-201-0/+13
* Ajax, Effects: Disable Chrome 31 workaroundsMichał Gołębiowski2014-03-101-19/+7
* Effects: Don't check fill-opacity in Android 2.3, it's not supportedMichał Gołębiowski2014-02-131-1/+6
* Build: Upgrade QUnit to 1.14.0Michał Gołębiowski2014-02-051-1/+1
* Tests: Blacklist one effects test in Chrome 31Michał Gołębiowski2014-01-211-4/+17
* Tests: Fix another issue with sinon timersOleg2014-01-141-10/+1
* Tests: Fix sinon timers for oldIEOleg2014-01-131-3/+6
* Effects: First step() call should match :animated selectorDave Methvin2014-01-091-0/+15
* Tests: Fix test broken by previous cherry-pickDave Methvin2014-01-091-3/+5
* Effects: Integrate sinon fake timers into testsJohn Paul2014-01-091-288/+204
* Tests: Avoid use of QUnit.reset() in tests by splitting themcjqed2014-01-031-3/+3
* No ticket: Improve line-height animation test stabilityRichard Gibson2013-09-171-23/+31
* Ensure display: inline-block when animating width/height on inline elements. ...Timmy Willison2013-09-101-3/+7
* Fix #10814. Fix #14084. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-061-1/+1
* Fix #14318: Cherry-pick interrupted animation fix from master ea5c22ec12e6a54...Richard Gibson2013-08-301-7/+12
* No ticket: improve line-height animation test robustnessRichard Gibson2013-08-261-11/+26
* Correct typos in the test assertionOleg2013-08-101-1/+1
* Fix test of #13855 for Opera 12.1 and IE10Oleg2013-08-101-5/+5
* Improve test stability for #13855 ticket. Close gh-1328.Oleg2013-08-081-11/+8
* Fix test for #13937 ticket. Close gh-1299Oleg2013-07-011-1/+5
* Fix #13937: Correctly scope .finish() following multi-element .animate(). Tha...Richard Gibson2013-05-281-4/+30
* Fix #13939: Same-unit relative animationsRichard Gibson2013-05-261-0/+40
* Fix #13855: line-height animations. Close gh-1265.Richard Gibson2013-05-131-0/+38