aboutsummaryrefslogtreecommitdiffstats
path: root/src/animation/Controller.js
Commit message (Collapse)AuthorAgeFilesLines
* sorted method namesUlrich-Matthias Schäfer2020-05-191-3/+4
|
* added specs for animation files except runner, fixed a few thingsUlrich-Matthias Schäfer2020-05-011-14/+9
|
* Updated dependencies to newest version, new linter fixed stuffUlrich-Matthias Schäfer2019-11-011-1/+1
|
* Reverted some of the lint rules after chatting with fuzzySaivan2018-11-261-163/+77
| | | | | | | | | This commit reverts some of the rules we added on the linter, it changed a lot of code again... but these won't happen too often. Changes ======= - Modified the linter again
* Changed the esLint rules to avoid silly ternary operators, and to let code ↵Saivan2018-11-251-78/+174
| | | | | | | | | | | | | | breathe! This commit modifies some of the eslint rules, to allow our code to be a little bit more readable. This came about because we had a particularly pesky problem, where the code was indenting ternary operators. This fixes that, and makes it easy to add new rules to eslint as we please in the future. Changes ======= - Rebuilt the library with new eslint rules - Changed the eslintrc file to a yaml file by default
* cleanup a few filesUlrich-Matthias Schäfer2018-11-171-1/+1
|
* clone() does not insert the clone into the dom anymore, added beziere() and ↵Ulrich-Matthias Schäfer2018-11-071-2/+58
| | | | steps() to generate easing functions
* reordered modules, add es6 buildUlrich-Matthias Schäfer2018-11-061-0/+173