]> source.dussan.org Git - svg.js.git/commit
The timeline is now decoupled from the real time
authorSaivan <savian@me.com>
Tue, 15 May 2018 05:03:28 +0000 (15:03 +1000)
committerSaivan <savian@me.com>
Tue, 15 May 2018 05:03:28 +0000 (15:03 +1000)
commit685d53295dd005c6f513b6123d8cd3fb3e671c8a
treedd764c50642f0a10d054bee862aa7698c8a10dcc
parent8b80921347cc1c183d00f442877453aad22ff672
The timeline is now decoupled from the real time

This commit allows the timeline to exist independently of the actual
time. This will allow it to be used to seek through an animation
with relative ease. We also made some architectural changes to the
timeline to support this.

Changes
=======
- Refactored the runner into its own file without exposing it to the
user (changed the gulpfile)
- The timeline no longer depends on the current time
- The user can supply absolute times to queue events
- Some more methods have been integrated into the timeline
dirty.html
dist/svg.js
dist/svg.min.js
gulpfile.js
src/array.js
src/default.js
src/morph.js
src/runner.js [new file with mode: 0644]
src/timeline.js
src/transform.js
useCases.md [new file with mode: 0644]