aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/tween.js
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Effects: Remove additional parameters of easings"Oleg Gaidarenko2015-12-221-2/+4
| | | | This reverts commit 41a04e59df5beac4ca61b3b5e3a6b078b6aee1ac.
* Effects: Remove additional parameters of easingsThomas Tortorini2015-09-071-4/+2
| | | | | | | (cherry-picked from b7a7dea95f84d6d8e5a8186d4fb09a762baf79bb) Fixes gh-2367 Closes gh-2376
* Tests: Partially use new qunit interfaceOleg Gaidarenko2015-09-071-91/+202
| | | | | | | | | | | | | http://qunitjs.com/upgrade-guide-2.x/ For most of the boring work was used https://github.com/apsdehal/qunit-migrate package However, it can't update local qunit helpers, plus in some places old QUnit.asyncTest signature is still used Ref b930d14ce64937e9478405eee2828d4da091d2cb Fixes gh-2540
* Docs: Fix various spelling mistakesBruno PeĢrel2015-07-301-1/+1
| | | | | | (cherry-picked from 360a4780339b7f412b75ad8a06dca7f39616f654) Closes gh-2487
* Effects: fix failing tests in IE8Timmy Willison2015-07-081-3/+4
|
* Tests: Lower the checks rounding errorCorey Frang2015-06-261-1/+1
| | | | The CSS value rounding error was causig failures on FF and IE.
* Effects: Add tests for jQuery.TweenCorey Frang2015-06-261-0/+298
Conflicts: src/selector-native.js test/index.html test/unit/effects.js