Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | You can't hurry tests, no, you just have to wait. | Dave Methvin | 2012-07-10 | 1 | -2/+2 |
| | | | | The 100ms here is just too fast and flakey, it causes random fails in swarmy runs. | ||||
* | Fix #11971 unit test in browsers lacking backgroundPositionX. | Richard Gibson | 2012-07-09 | 1 | -0/+7 |
| | | | | Closes gh-850. | ||||
* | 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 |
| | | | | | | Conflicts: test/unit/effects.js test/unit/offset.js | ||||
* | UPDATE SIZZLE: completed rewrite for better things! | timmywil | 2012-07-02 | 1 | -4/+14 |
| | | | | Remove reverse in traversing for comma selectors. Sizzle's handling of commas is now more consistent. | ||||
* | Completes #11799: Maybe .progress() was cooler than I thought. | Corey Frang | 2012-06-25 | 1 | -5/+17 |
| | | | | Generate a .progress() for each step of an animation, once all properties are changed. Closes gh-835. | ||||
* | Fix #11797. Use Deferred for better animation callbacks. Closes gh-830. | Corey Frang | 2012-06-22 | 1 | -4/+65 |
| | | | | In particular, an animation stopped with `gotoEnd` will be rejected. | ||||
* | 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 |
| | | | | Also removes fake IIFEs ffrom effects. | ||||
* | 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 ↵ | timmywil | 2012-05-29 | 1 | -1/+1 |
| | | | | helper methods. | ||||
* | Fix #11767. Modularize build and unit tests for exluding effects. | Richard Gibson | 2012-05-28 | 1 | -94/+14 |
| | | | | Closes gh-785. To build a version of jQuery without effects, use `grunt build:*:*:-effects`. The unit tests feature-check for the interfaces and skip the unit tests for effects if they don't detect it. | ||||
* | 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 |
| | | | | Unless of course, there are other animations to be done! Closes gh-775. | ||||
* | 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 |
| | | | | When the browser window isn't visible, setTimeouts have 1-second granularity. | ||||
* | Fix #11415: Stop non-negative prop undershoot on animation. | Dave Methvin | 2012-03-01 | 1 | -0/+9 |
| | | | | This doesn't fix *all* of them (see the ticket for a supposedly complete list) but these were already handy so it was relatively cheap to fix them. If you need others fixed, add a custom step function as was done here. Thanks @scott_gonzalez! | ||||
* | 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 ↵ | Dave Methvin | 2011-11-21 | 1 | -63/+1 |
| | | | | | | #10006." This reverts commit 299bc655c90cc89652417675f976ae1bfefc4d8b. | ||||
* | 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 |
| | | | | | | More Details: - https://github.com/jquery/jquery/pull/581 - http://bugs.jquery.com/ticket/10006 | ||||
* | 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 ↵ | Mike Sherov | 2011-11-06 | 1 | -74/+74 |
| | | | | deprecated in QUnit. | ||||
* | Revert "Landing pull request 530. Fixes coniditional path for tr, td ↵ | timmywil | 2011-10-31 | 1 | -15/+0 |
| | | | | | | defaultDisplay() calls. Fixes #10416." Fixes #10622. This reverts commit 22f2e8b3dc18dede5f1ccb28cbdf8cb5bcde115f. | ||||
* | Squashed commit of the following: | Corey Frang | 2011-10-11 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | commit af3fd32f207ed080084f10d76f89c07c414baa05 Merge: 83c08ff fdd60f8 Author: Dave Methvin <dave.methvin@gmail.com> Date: Tue Oct 11 21:17:56 2011 -0400 Merge branch 'stop' of https://github.com/gnarf37/jquery into pull-541-stop commit fdd60f8705e98430df62196f505cb929b2d7f6bc Author: Corey Frang <gnarf@gnarf.net> Date: Mon Oct 10 13:51:59 2011 -0500 .stop( [queue,] clearQueue, gotoEnd ) | ||||
* | Effects - Allow queue: true - Fixes #10445 | Corey Frang | 2011-10-07 | 1 | -2/+21 |
| | |||||
* | Landing pull request 530. Fixes coniditional path for tr, td ↵ | Rick Waldron | 2011-10-04 | 1 | -0/+15 |
| | | | | | | | | defaultDisplay() calls. Fixes #10416. More Details: - https://github.com/jquery/jquery/pull/530 - http://bugs.jquery.com/ticket/10416 | ||||
* | Landing pull request 520. Unset the complete function just before calling it ↵ | Corey Frang | 2011-09-28 | 1 | -0/+32 |
| | | | | | | | | to avoid an exception creating a loop. Fixes #5684. More Details: - https://github.com/jquery/jquery/pull/520 - http://bugs.jquery.com/ticket/5684 | ||||
* | Landing pull request 514. 1.7 - queue refactoring to handle delay stop - ↵ | Corey Frang | 2011-09-28 | 1 | -1/+53 |
| | | | | | | | | Fixes #6150. More Details: - https://github.com/jquery/jquery/pull/514 - http://bugs.jquery.com/ticket/6150 | ||||
* | Landing pull request 496. 1.7 animate: allow named queues to be used by ↵ | Corey Frang | 2011-09-19 | 1 | -0/+35 |
| | | | | | | | | animate. Fixes #9280. More Details: - https://github.com/jquery/jquery/pull/496 - http://bugs.jquery.com/ticket/9280 | ||||
* | Remove unnecessary commented code | timmywil | 2011-09-19 | 1 | -16/+0 |
| | |||||
* | Animation state is tracked on toggled/stopped animations using the private ↵ | timmywil | 2011-09-19 | 1 | -88/+154 |
| | | | | | | | | | | | | data cache. Fixes #8685. See full commit message for more. Fixes #6641. - Example: http://jsfiddle.net/timmywil/gqZL5/24/ - http://bugs.jquery.com/ticket/8685 - Check the completed timer has not been removed already so other timers do not get accidentally removed. Fixes #6641. - Style edits, code reductions, and optimizations for the effects module | ||||
* | Landing pull request 467. Adds comments regarding opacity test adjustments. | Rick Waldron | 2011-08-17 | 1 | -1/+3 |
| | | | | | More Details: - https://github.com/jquery/jquery/pull/467 | ||||
* | Landing pull request 466. Test if opacity is not expected val. Fixes effects ↵ | rwldrn | 2011-08-17 | 1 | -7/+25 |
| | | | | | | | test suite. More Details: - https://github.com/jquery/jquery/pull/466 | ||||
* | Fix effects test suite to account for opacity being removed rather than ↵ | timmywil | 2011-08-16 | 1 | -1/+4 |
| | | | | explicity set to 1 | ||||
* | Landing pull request 374. .animate() Callbacks should fire in correct order ↵ | louisremi | 2011-05-10 | 1 | -0/+16 |
|\ | | | | | | | | | | | | | | | (unit test included). Fixes #9100. More Details: - https://github.com/jquery/jquery/pull/374 - https://github.com/jquery/jquery/issues/9100 | ||||
| * | oops console | louisremi | 2011-05-10 | 1 | -1/+0 |
| | | |||||
| * | oops unit test | louisremi | 2011-05-09 | 1 | -0/+17 |
| | | |||||
* | | Call extend on prop to avoid changing original properties so that ↵ | timmywil | 2011-05-07 | 1 | -7/+10 |
| | | | | | | | | per-property easing is not lost in multiple animations with the same props | ||||
* | | Set val before hide/show check and fix easing setting; also update ↵ | timmywil | 2011-05-07 | 1 | -15/+12 |
| | | | | | | | | | | | | attributes test for autofocus - The object passed should not change so it can be used in future animates, updated src and tests accordingly. | ||||
* | | Fix per-property easing. Fixes #9067 | Daniel Pihlstrom | 2011-05-07 | 1 | -4/+12 |
| | | |||||
* | | Landing pull request 372. Test for numeric properties was using wrong ↵ | gnarf | 2011-05-07 | 1 | -3/+31 |
|/ | | | | | | | variable. Fixes #9074. More Details: - https://github.com/jquery/jquery/pull/372 |