aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/tween.js
Commit message (Collapse)AuthorAgeFilesLines
* Build: Update test code for compatibility with QUnit 2.x (#4297)abnud12019-02-181-6/+6
| | | | | | | | Also, run `grunt npmcopy` to sync the "external" directory with dependencies from package.json. For example, the Sinon library version didn't match. Ref gh-4234 Closes gh-4297
* Core: deprecate jQuery.nowTimmy Willison2018-01-081-2/+0
| | | | | Fixes gh-2959 Close gh-3884
* Revert "Effects: Remove additional parameters of easings"Oleg Gaidarenko2016-04-271-2/+6
| | | | | This reverts commit b7a7dea95f84d6d8e5a8186d4fb09a762baf79bb. Fixes #3064
* Effects: Remove additional parameters of easingsThomas Tortorini2015-09-071-6/+2
| | | | | Fixes gh-2367 Closes gh-2376
* Tests: partially use new qunit interfaceOleg Gaidarenko2015-08-161-91/+112
| | | | | | | | | | | | 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 Fixes gh-2540
* Docs: Fix various spelling mistakesBruno PeĢrel2015-07-301-1/+1
| | | | Closes gh-2487
* 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