aboutsummaryrefslogtreecommitdiffstats
path: root/src/animation
Commit message (Expand)AuthorAgeFilesLines
* add terminate method to timeline so memory can be freedUlrich-Matthias Schäfer2023-09-021-20/+27
* dependency updates, easier formattingUlrich-Matthias Schäfer2023-06-136-322/+367
* Spelling correctionsalbert-github2023-04-152-8/+8
* docs: Fix a few typosTim Gates2023-04-052-6/+6
* fixed issues when animating css, updated depsUlrich-Matthias Schäfer2021-10-271-14/+42
* update dependencies, apply new linter fixesUlrich-Matthias Schäfer2021-01-136-116/+123
* typos (#1179)ordago2020-12-172-3/+3
* fix path parsing (#1145)Ulrich-Matthias Schäfer2020-09-051-2/+2
* sorted method namesUlrich-Matthias Schäfer2020-05-195-364/+368
* Fixed IE Polyfills, got rid of ArrayPolyfill in favour of babels own transfor...Ulrich-Matthias Schäfer2020-05-041-7/+1
* 99% line coverage - BAAAAMUlrich-Matthias Schäfer2020-05-032-49/+122
* added specs for animation files except runner, fixed a few thingsUlrich-Matthias Schäfer2020-05-014-33/+33
* This is a big one...Ulrich-Matthias Schäfer2020-03-281-1/+1
* bump version3.0.15Ulrich-Matthias Schäfer2019-11-081-4/+8
* Updated dependencies to newest version, new linter fixed stuffUlrich-Matthias Schäfer2019-11-014-23/+23
* Merge pull request #966 from michAtEl/issue-964Ulrich-Matthias Schäfer2019-04-011-1/+15
|\
| * bugfix for issue 964Michael Becker2019-02-231-1/+15
* | Register classes explicitly instead of relying on `Function.name` because cla...Ulrich-Matthias Schäfer2019-02-271-1/+1
|/
* Release 3.0.53.0.5Ulrich-Matthias Schäfer2018-12-123-5/+10
* Release 3.0.43.0.4Ulrich-Matthias Schäfer2018-12-074-54/+93
* Release 3.0.33.0.3Ulrich-Matthias Schäfer2018-12-053-24/+35
* Release 3.0.23.0.2Ulrich-Matthias Schäfer2018-12-033-11/+44
* Merge branch '3.0.0' into 790-color-spacesUlrich-Matthias Schäfer2018-11-304-63/+358
|\
| * plumber differences between node and browser so that tests run on bothUlrich-Matthias Schäfer2018-11-281-2/+2
| * Fix build chain so that we now have multiple builds. Details below:Ulrich-Matthias Schäfer2018-11-281-1/+8
| * fix bugs in runner, fix importsUlrich-Matthias Schäfer2018-11-261-5/+5
| * Get rid of HTMLNode and Bare in favor of DomUlrich-Matthias Schäfer2018-11-242-1/+247
| * fixed lots of bugs in the timeline. Its now working as expected in all cases.Ulrich-Matthias Schäfer2018-11-232-30/+37
| * fix Timeline so that play, pause, stop, reverse... work correctly. Update run...Ulrich-Matthias Schäfer2018-11-223-21/+51
| * add default parameter for timeSourceUlrich-Matthias Schäfer2018-11-211-5/+7
| * add register for insertBefore and insertAfterUlrich-Matthias Schäfer2018-11-201-7/+3
* | Reverted some of the lint rules after chatting with fuzzySaivan2018-11-265-919/+459
* | Changed the esLint rules to avoid silly ternary operators, and to let code br...Saivan2018-11-255-461/+933
|/
* renamed `Doc` to `Svg` according to (#932)Ulrich-Matthias Schäfer2018-11-191-11/+8
* cleanup a few filesUlrich-Matthias Schäfer2018-11-171-1/+1
* make List return new lists on method calls, add map to array polyfill so that...Ulrich-Matthias Schäfer2018-11-121-8/+24
* evaluate window and document on access and not on importUlrich-Matthias Schäfer2018-11-122-11/+8
* make window and document exchangeable in case they are not globals alreay, ma...Ulrich-Matthias Schäfer2018-11-112-0/+5
* get rid of the fixmes and todosUlrich-Matthias Schäfer2018-11-082-10/+6
* clone() does not insert the clone into the dom anymore, added beziere() and s...Ulrich-Matthias Schäfer2018-11-072-3/+58
* reordered modules, add es6 buildUlrich-Matthias Schäfer2018-11-065-0/+1516