| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #12273. Don't call easing functions for duration 0 animations. Close gh-895. | Corey Frang | 2012-08-19 | 1 | -0/+18 |
* | Wait for both .stop() tests to finish, don't count on timing. | Dave Methvin | 2012-08-09 | 1 | -7/+13 |
* | Adding a check for double progress call in effects units | Corey Frang | 2012-07-25 | 1 | -0/+4 |
* | Give .stop() queue animations more leeway for Stutterin' Swarmy. | Dave Methvin | 2012-07-25 | 1 | -2/+2 |
* | This should repair the unit | Corey Frang | 2012-07-25 | 1 | -23/+21 |
* | Trying to repair a unit | Corey Frang | 2012-07-25 | 1 | -19/+23 |
* | Fix the logic to set overflow:hidden on width & height animations - Fixes #12... | Corey Frang | 2012-07-20 | 1 | -0/+14 |
* | You can't hurry tests, no, you just have to wait. | Dave Methvin | 2012-07-10 | 1 | -2/+2 |
* | Fix #11971 unit test in browsers lacking backgroundPositionX. | Richard Gibson | 2012-07-09 | 1 | -0/+7 |
* | Fix #11971: force numeric animation start to be numeric, closes gh-836. | Richard Gibson | 2012-07-05 | 1 | -3/+36 |
* | Make unit tests friendly to Closure Compiler. Closes gh-845. | Chad Killingsworth | 2012-07-05 | 1 | -29/+31 |
* | UPDATE SIZZLE: completed rewrite for better things! | timmywil | 2012-07-02 | 1 | -4/+14 |
* | Completes #11799: Maybe .progress() was cooler than I thought. | Corey Frang | 2012-06-25 | 1 | -5/+17 |
* | Fix #11797. Use Deferred for better animation callbacks. Closes gh-830. | Corey Frang | 2012-06-22 | 1 | -4/+65 |
* | Unit tests are linted and passing. | Rick Waldron | 2012-06-21 | 1 | -25/+29 |
* | Check animation is close instead of exact, closes gh-823. | Mike Sherov | 2012-06-11 | 1 | -1/+2 |
* | Fix regression for "-200px" in animations; closes gh-822. | Mike Sherov | 2012-06-11 | 1 | -0/+9 |
* | Fix #8109, percent animations; fix #11854, wrong this, close gh-808 | Jeffery To | 2012-06-11 | 1 | -0/+18 |
* | Make dimensions modular, adds optional build flag. Fixes #11856 | Mike Sherov | 2012-06-05 | 1 | -34/+34 |
* | Add quick-start documentation for testing with QUnit and using jQuery's helpe... | timmywil | 2012-05-29 | 1 | -1/+1 |
* | Fix #11767. Modularize build and unit tests for exluding effects. | Richard Gibson | 2012-05-28 | 1 | -94/+14 |
* | Optimizations to animation queue/promise logic, closes gh-776. | Corey Frang | 2012-05-22 | 1 | -0/+81 |
* | Fix #11755. Avoid :hidden selector for animations. Closes gh-774. | Oleg | 2012-05-22 | 1 | -2/+110 |
* | Fix #7157. Animation callbacks shouldn't see an element as :animated. | Corey Frang | 2012-05-18 | 1 | -0/+11 |
* | Fixes #8892: Adding unit test for #8892 - Actually fixed in 58ed62e | Corey Frang | 2012-05-11 | 1 | -0/+14 |
* | Scalarize [value, easing] before css-expanding; closes gh-750. | Richard Gibson | 2012-05-11 | 1 | -0/+47 |
* | Effects: 1.8 Animation Rewrite - thanks @mikesherov and @gibson042 | Corey Frang | 2012-04-23 | 1 | -1/+62 |
* | Followup to #11469; add test case and clarify code. | Sindre Sorhus | 2012-04-04 | 1 | -0/+9 |
* | Add more delay to the "halfway" tests for non-focused cases. | Dave Methvin | 2012-03-05 | 1 | -1/+1 |
* | Fix #11415: Stop non-negative prop undershoot on animation. | Dave Methvin | 2012-03-01 | 1 | -0/+9 |
* | Add unit tests for animation toggling from hide position. Supplements #10848. | timmywil | 2012-01-20 | 1 | -6/+23 |
* | Fix #10006: Allow .show() to work on detached elements. | Oleg | 2012-01-12 | 1 | -0/+54 |
* | Fix #8498. Add cssHooks[prop].expand for use by animate(). | Mike Sherov | 2011-12-08 | 1 | -0/+27 |
* | Revert "Landing pull request 581. Updates original patch by Orkel. Fixes #100... | Dave Methvin | 2011-11-21 | 1 | -63/+1 |
* | Ensure all elements are removed from 10006 test block | Rick Waldron | 2011-11-21 | 1 | -0/+9 |
* | Landing pull request 581. Updates original patch by Orkel. Fixes #10006. | Rick Waldron | 2011-11-21 | 1 | -1/+54 |
* | Add back unit in the width/height step function. Fixes #10669. | timmywil | 2011-11-07 | 1 | -0/+15 |
* | Fix #10691. Remove all instances of equals() and same(), as these are depreca... | Mike Sherov | 2011-11-06 | 1 | -74/+74 |
* | Revert "Landing pull request 530. Fixes coniditional path for tr, td defaultD... | timmywil | 2011-10-31 | 1 | -15/+0 |
* | Squashed commit of the following: | Corey Frang | 2011-10-11 | 1 | -3/+3 |
* | Effects - Allow queue: true - Fixes #10445 | Corey Frang | 2011-10-07 | 1 | -2/+21 |
* | Landing pull request 530. Fixes coniditional path for tr, td defaultDisplay()... | Rick Waldron | 2011-10-04 | 1 | -0/+15 |
* | Landing pull request 520. Unset the complete function just before calling it ... | Corey Frang | 2011-09-28 | 1 | -0/+32 |
* | Landing pull request 514. 1.7 - queue refactoring to handle delay stop - Fixe... | Corey Frang | 2011-09-28 | 1 | -1/+53 |
* | Landing pull request 496. 1.7 animate: allow named queues to be used by anima... | Corey Frang | 2011-09-19 | 1 | -0/+35 |
* | Remove unnecessary commented code | timmywil | 2011-09-19 | 1 | -16/+0 |
* | Animation state is tracked on toggled/stopped animations using the private da... | timmywil | 2011-09-19 | 1 | -88/+154 |
* | Landing pull request 467. Adds comments regarding opacity test adjustments. | Rick Waldron | 2011-08-17 | 1 | -1/+3 |
* | Landing pull request 466. Test if opacity is not expected val. Fixes effects ... | rwldrn | 2011-08-17 | 1 | -7/+25 |
* | Fix effects test suite to account for opacity being removed rather than expli... | timmywil | 2011-08-16 | 1 | -1/+4 |