aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/effects.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix #7157. Animation callbacks shouldn't see an element as :animated.Corey Frang2012-05-181-0/+11
* Fixes #8892: Adding unit test for #8892 - Actually fixed in 58ed62eCorey Frang2012-05-111-0/+14
* Scalarize [value, easing] before css-expanding; closes gh-750.Richard Gibson2012-05-111-0/+47
* Effects: 1.8 Animation Rewrite - thanks @mikesherov and @gibson042Corey Frang2012-04-231-1/+62
* Followup to #11469; add test case and clarify code.Sindre Sorhus2012-04-041-0/+9
* Add more delay to the "halfway" tests for non-focused cases.Dave Methvin2012-03-051-1/+1
* Fix #11415: Stop non-negative prop undershoot on animation.Dave Methvin2012-03-011-0/+9
* Add unit tests for animation toggling from hide position. Supplements #10848.timmywil2012-01-201-6/+23
* Fix #10006: Allow .show() to work on detached elements.Oleg2012-01-121-0/+54
* Fix #8498. Add cssHooks[prop].expand for use by animate().Mike Sherov2011-12-081-0/+27
* Revert "Landing pull request 581. Updates original patch by Orkel. Fixes #100...Dave Methvin2011-11-211-63/+1
* Ensure all elements are removed from 10006 test blockRick Waldron2011-11-211-0/+9
* Landing pull request 581. Updates original patch by Orkel. Fixes #10006.Rick Waldron2011-11-211-1/+54
* Add back unit in the width/height step function. Fixes #10669.timmywil2011-11-071-0/+15
* Fix #10691. Remove all instances of equals() and same(), as these are depreca...Mike Sherov2011-11-061-74/+74
* Revert "Landing pull request 530. Fixes coniditional path for tr, td defaultD...timmywil2011-10-311-15/+0
* Squashed commit of the following:Corey Frang2011-10-111-3/+3
* Effects - Allow queue: true - Fixes #10445Corey Frang2011-10-071-2/+21
* Landing pull request 530. Fixes coniditional path for tr, td defaultDisplay()...Rick Waldron2011-10-041-0/+15
* Landing pull request 520. Unset the complete function just before calling it ...Corey Frang2011-09-281-0/+32
* Landing pull request 514. 1.7 - queue refactoring to handle delay stop - Fixe...Corey Frang2011-09-281-1/+53
* Landing pull request 496. 1.7 animate: allow named queues to be used by anima...Corey Frang2011-09-191-0/+35
* Remove unnecessary commented codetimmywil2011-09-191-16/+0
* Animation state is tracked on toggled/stopped animations using the private da...timmywil2011-09-191-88/+154
* Landing pull request 467. Adds comments regarding opacity test adjustments.Rick Waldron2011-08-171-1/+3
* Landing pull request 466. Test if opacity is not expected val. Fixes effects ...rwldrn2011-08-171-7/+25
* Fix effects test suite to account for opacity being removed rather than expli...timmywil2011-08-161-1/+4