aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/effects.js
Commit message (Expand)AuthorAgeFilesLines
* Core: deprecate jQuery.isFunctionJason Bedard2018-01-151-1/+1
* Core: deprecate jQuery.nowTimmy Willison2018-01-081-2/+0
* Tests: Add support for running unit tests via grunt with karmaTimo Tijhof2017-12-181-1/+1
* CSS: Avoid unit-conversion interference from CSS upper boundsRichard Gibson2017-08-281-1/+2
* Effects: stabilize rAF logic & align timeout logic with itOleg Gaidarenko2017-03-061-9/+2
* Effects: Resolve issues revealed by recent Callbacks fixRichard Gibson2017-01-161-8/+9
* Build: ESLint detailsOleg Gaidarenko2016-06-111-3/+3
* Deferred: Separate the two paths in jQuery.whenRichard Gibson2016-05-021-1/+1
* CSS: Toggle detached elements as visible unless they have display: noneRichard Gibson2016-04-111-4/+17
* Tests: do not run IE9 effect tests if inside testswarmOleg Gaidarenko2016-04-041-20/+29
* Docs:Tests: Remove legacy code & add support comments where neededMichał Gołębiowski2016-03-301-31/+19
* Docs:Tests: Remove obsolete code from tests, update support commentsMichał Gołębiowski2016-03-081-7/+1
* CSS: Restore cascade-override behavior in .showRichard Gibson2016-01-131-76/+85
* Effects: add tests for using jQuery.speed directlyTimmy Willison2015-11-171-0/+85
* Selector: pass jQuery unit tests with selector-nativeTimmy Willison2015-11-111-10/+31
* Tests: further improvements QUnit 2.0 migrationOleg Gaidarenko2015-09-081-4/+4
* Effects: Finish should call progressThomas Tortorini2015-09-081-4/+45
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-659/+677
* Tests: partially use new qunit interfaceOleg Gaidarenko2015-08-161-452/+453
* Tests: don't use deprecated argument in test declarationOleg Gaidarenko2015-07-301-25/+74
* Build: Acknowledge Android 2.3 is not ES5-compatibleMichał Gołębiowski2015-07-201-1/+1
* Effects: Add tests for jQuery.TweenCorey Frang2015-06-261-2/+4
* 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-93/+168
* 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
* Tests: Minor updates for QUnit 1.16 compatibilityRichard Gibson2014-12-051-10/+12
* 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-05-091-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-16/+3
* 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-3/+17
* Effects: First step() call should match :animated selectorDave Methvin2014-01-071-0/+15
* Tests: Avoid use of QUnit.reset() in tests by splitting themcjqed2013-12-231-2/+0
* Effects: Integrate sinon fake timers into tests. Close gh-1377.John Paul2013-11-241-290/+204
* Fix #14340. Remove remnants of oldIE from unit tests. Close gh-1425.Michał Gołębiowski2013-11-111-26/+8
* 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 #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-271-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