summaryrefslogtreecommitdiffstats
path: root/src/timeline.js
diff options
context:
space:
mode:
authorSaivan <savian@me.com>2018-09-10 19:40:50 +1000
committerSaivan <savian@me.com>2018-09-10 19:40:50 +1000
commita4c502febf836f02c13a8c1550632eeed09476da (patch)
tree49060a7b7c50c1e56cd980d3427aa3b7f3362cdb /src/timeline.js
parentee38cefead9c2803db3a4076a505b8b9eb3947e8 (diff)
downloadsvg.js-a4c502febf836f02c13a8c1550632eeed09476da.tar.gz
svg.js-a4c502febf836f02c13a8c1550632eeed09476da.zip
Found and started fixing an error with the Timeline.schedule function
This commit finds an error in the scheduling duration that we need to fix.
Diffstat (limited to 'src/timeline.js')
-rw-r--r--src/timeline.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/timeline.js b/src/timeline.js
index ee72824..a7e0cd3 100644
--- a/src/timeline.js
+++ b/src/timeline.js
@@ -104,7 +104,6 @@ SVG.Timeline = SVG.invent({
// manage runner
runner.unschedule()
runner.timeline(this)
- runner.time(-absoluteStartTime)
// save startTime for next runner
this._startTime = absoluteStartTime + runner.duration()