]> source.dussan.org Git - svg.js.git/commit
fixed lots of bugs in the timeline. Its now working as expected in all cases.
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Fri, 23 Nov 2018 14:06:37 +0000 (15:06 +0100)
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Fri, 23 Nov 2018 14:06:37 +0000 (15:06 +0100)
commit8555e13b252f07f8079b08c0b29f4399d389b1e0
tree98dd44791b3a28a68ab11e90d1c2da7bc069ea21
parentd5c01a7848154d240f434b38d802fdb65727fd7f
fixed lots of bugs in the timeline. Its now working as expected in all cases.

- 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
dirty.html
dist/svg.js
spec/spec/runner.js
src/animation/Runner.js
src/animation/Timeline.js