aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/effects.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ref #13483: Cherry-pick tests from master ea5c22ec12e6a548b1ec2d7b0dcd9f71bea...Renato Oliveira dos Santos2013-05-131-0/+60
* Update jshintrc to conform to new style guide. Conform to onevar and unused i...Timmy Willison2013-04-091-91/+104
* No ticket: Revise unit tests in anticipation of Sizzle-free buildsRichard Gibson2013-02-221-9/+20
* Ref #12846 and 3b6d8941d8. Fix unit test for IE6.Dave Methvin2013-02-021-2/+6
* Fix #12846. Restore overflow when animation is stopped.Dave Methvin2013-01-261-2/+4
* Fix #13183: Wrong animation initial value calc. Close gh-1136.Mike Sherov2013-01-151-7/+24
* Adding some more test coverage for .finish()Corey Frang2013-01-091-1/+72
* Fix #13103. Add .finish() method. Cherry picked from b6abb31df4d5be80dc13844...Corey Frang2013-01-081-0/+49
* Fix #12803. Add jQuery.fx.start as a hook point. Close gh-1024.Corey Frang2012-11-251-0/+27
* No ticket: speedup effects testsRichard Gibson2012-11-121-88/+50
* No ticket: speedup test suite. Close gh-1020.Richard Gibson2012-11-081-75/+72
* Rewriting unit test to be less sticky based on time issuesCorey Frang2012-11-071-18/+27
* Fixing unitsCorey Frang2012-11-071-3/+3
* Keep track of a hiding state for toggle based animations - Fixes #8685Corey Frang2012-11-071-0/+44
* Ensure each tick gets it's own fxNow - Fixes #12837 - Thanks @chadparryCorey Frang2012-11-071-0/+29
* No ticket: fix effects test failure in IE6. Close gh-1012.Timo Tijhof2012-10-311-1/+5
* Implement expectation test instead of using _removeData. Close gh-997.Timo Tijhof2012-10-281-52/+53
* Convert all jQuery.removeData(foo, bar, true) calls to jQuery._remove(foo, bar)Rick Waldron2012-10-161-4/+4
* enforce double quotes via JSHint. Closes gh-975Mike Sherov2012-10-161-9/+9
* Enforce expects in effects.js (https://github.com/jquery/2012-dev-summit/issu...James Huston2012-10-151-0/+2
* Fix #12537, element.css('filter') returns undefined in IE9. Close gh-942.Mike Sherov2012-09-301-1/+1
* Fix #12273. Don't call easing functions for duration 0 animations. Close gh-895.Corey Frang2012-08-191-0/+18
* Wait for both .stop() tests to finish, don't count on timing.Dave Methvin2012-08-091-7/+13
* Adding a check for double progress call in effects unitsCorey Frang2012-07-251-0/+4
* Give .stop() queue animations more leeway for Stutterin' Swarmy.Dave Methvin2012-07-251-2/+2
* This should repair the unitCorey Frang2012-07-251-23/+21
* Trying to repair a unitCorey Frang2012-07-251-19/+23