summaryrefslogtreecommitdiffstats
path: root/src/animation/Runner.js
Commit message (Collapse)AuthorAgeFilesLines
* Release 3.0.33.0.3Ulrich-Matthias Schäfer2018-12-051-9/+25
|
* Release 3.0.23.0.2Ulrich-Matthias Schäfer2018-12-031-8/+35
|
* Merge branch '3.0.0' into 790-color-spacesUlrich-Matthias Schäfer2018-11-301-4/+18
|\
| * 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-241-1/+1
| | | | | | | | | | - words() and element() added to Dom - svg() now returns the _parent_ of the imported element, when outerHTML is true (which means an element gets replaces)
| * fixed lots of bugs in the timeline. Its now working as expected in all cases.Ulrich-Matthias Schäfer2018-11-231-1/+1
| | | | | | | | | | | | | | | | - refactor code into functions - handle timeSource correctly - allow for immediate updates - Runners dont know about their delay anymore. Thats far more simple. - Timeline is paused on creation
| * fix Timeline so that play, pause, stop, reverse... work correctly. Update ↵Ulrich-Matthias Schäfer2018-11-221-0/+14
| | | | | | | | runners accordingly
* | Reverted some of the lint rules after chatting with fuzzySaivan2018-11-261-545/+293
| | | | | | | | | | | | | | | | | | 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-295/+547
|/ | | | | | | | | | | | | | 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
* make List return new lists on method calls, add map to array polyfill so ↵Ulrich-Matthias Schäfer2018-11-121-8/+24
| | | | that this works, fix runner
* get rid of the fixmes and todosUlrich-Matthias Schäfer2018-11-081-9/+6
|
* reordered modules, add es6 buildUlrich-Matthias Schäfer2018-11-061-0/+928