aboutsummaryrefslogtreecommitdiffstats
path: root/src/animation/Timeline.js
Commit message (Collapse)AuthorAgeFilesLines
* sorted method namesUlrich-Matthias Schäfer2020-05-191-89/+90
|
* added specs for animation files except runner, fixed a few thingsUlrich-Matthias Schäfer2020-05-011-15/+18
|
* Updated dependencies to newest version, new linter fixed stuffUlrich-Matthias Schäfer2019-11-011-10/+10
|
* bugfix for issue 964Michael Becker2019-02-231-1/+15
|
* Release 3.0.53.0.5Ulrich-Matthias Schäfer2018-12-121-4/+5
|
* Release 3.0.43.0.4Ulrich-Matthias Schäfer2018-12-071-27/+52
|
* Release 3.0.33.0.3Ulrich-Matthias Schäfer2018-12-051-7/+10
|
* Release 3.0.23.0.2Ulrich-Matthias Schäfer2018-12-031-2/+3
|
* fixed lots of bugs in the timeline. Its now working as expected in all cases.Ulrich-Matthias Schäfer2018-11-231-29/+36
| | | | | | | | - 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-19/+35
| | | | runners accordingly
* 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
|
* renamed `Doc` to `Svg` according to (#932)Ulrich-Matthias Schäfer2018-11-191-11/+8
|
* evaluate window and document on access and not on importUlrich-Matthias Schäfer2018-11-121-4/+3
|
* make window and document exchangeable in case they are not globals alreay, ↵Ulrich-Matthias Schäfer2018-11-111-0/+2
| | | | make sure that init functions are chaninable
* get rid of the fixmes and todosUlrich-Matthias Schäfer2018-11-081-1/+0
|
* clone() does not insert the clone into the dom anymore, added beziere() and ↵Ulrich-Matthias Schäfer2018-11-071-1/+0
| | | | steps() to generate easing functions
* reordered modules, add es6 buildUlrich-Matthias Schäfer2018-11-061-0/+271