aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/effects.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ref 3971c2eb: Sync with 1.x-masterRichard Gibson2013-05-131-2/+2
* Fix #13855: line-height animations. Close gh-1265.Richard Gibson2013-05-131-0/+38
* Fix #13483. Let slideDown() work after stop(). Close gh-1205.Renato Oliveira dos Santos2013-04-161-0/+60
* Update jshintrc to conform to new style guide. Conform to onevar and unused i...Timmy Willison2013-04-091-75/+85
* Move size() test to deprecated.js and avoid in other tests. Close gh-1237.Michał Gołębiowski2013-04-081-19/+17
* Ref #13283, move .andSelf() to deprecated.js. Close gh-1170.Nguyen Phuc Lam2013-02-261-1/+1
* No ticket: Revise unit tests in anticipation of Sizzle-free buildsRichard Gibson2013-02-221-9/+20
* Fix #12846. Restore overflow when animation is stopped.Dave Methvin2013-01-261-2/+4
* Fix #13183: Wrong animation initial value calc. Ref gh-1136.Mike Sherov2013-01-151-7/+24
* Adding some more test coverage for .finish()Corey Frang2013-01-081-1/+72
* Fix #13103. Add .finish() method. Close gh-1118.Corey Frang2013-01-081-0/+49
* Remove inlineBlockNeedsLayout and shrinkWrapBlocks.Dave Methvin2013-01-031-61/+32
* 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
* Fix the logic to set overflow:hidden on width & height animations - Fixes #12...Corey Frang2012-07-201-0/+14
* You can't hurry tests, no, you just have to wait.Dave Methvin2012-07-101-2/+2
* Fix #11971 unit test in browsers lacking backgroundPositionX.Richard Gibson2012-07-091-0/+7
* Fix #11971: force numeric animation start to be numeric, closes gh-836.Richard Gibson2012-07-051-3/+36
* Make unit tests friendly to Closure Compiler. Closes gh-845.Chad Killingsworth2012-07-051-29/+31
* UPDATE SIZZLE: completed rewrite for better things!timmywil2012-07-021-4/+14
* Completes #11799: Maybe .progress() was cooler than I thought.Corey Frang2012-06-251-5/+17
* Fix #11797. Use Deferred for better animation callbacks. Closes gh-830.Corey Frang2012-06-221-4/+65
* Unit tests are linted and passing.Rick Waldron2012-06-211-25/+29
* Check animation is close instead of exact, closes gh-823.Mike Sherov2012-06-111-1/+2
* Fix regression for "-200px" in animations; closes gh-822.Mike Sherov2012-06-111-0/+9
* Fix #8109, percent animations; fix #11854, wrong this, close gh-808Jeffery To2012-06-111-0/+18
* Make dimensions modular, adds optional build flag. Fixes #11856Mike Sherov2012-06-051-34/+34
* Add quick-start documentation for testing with QUnit and using jQuery's helpe...timmywil2012-05-291-1/+1
* Fix #11767. Modularize build and unit tests for exluding effects.Richard Gibson2012-05-281-94/+14
* Optimizations to animation queue/promise logic, closes gh-776.Corey Frang2012-05-221-0/+81
* Fix #11755. Avoid :hidden selector for animations. Closes gh-774.Oleg2012-05-221-2/+110