summaryrefslogtreecommitdiffstats
path: root/src/timeline.js
diff options
context:
space:
mode:
authorSaivan <savian@me.com>2018-05-31 00:13:43 +1000
committerSaivan <savian@me.com>2018-05-31 00:13:43 +1000
commitf20d66d21267ab8e91df2b6f236b28078c0f99e7 (patch)
tree923c81d63ca8ae2d13590860d4a50fd0363813f1 /src/timeline.js
parent599ab86152869496f71ef2a4b3af2d695140fcdf (diff)
downloadsvg.js-f20d66d21267ab8e91df2b6f236b28078c0f99e7.tar.gz
svg.js-f20d66d21267ab8e91df2b6f236b28078c0f99e7.zip
The runners step was reimplemented with tests
Diffstat (limited to 'src/timeline.js')
-rw-r--r--src/timeline.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/timeline.js b/src/timeline.js
index 864ca71..f3c1cdf 100644
--- a/src/timeline.js
+++ b/src/timeline.js
@@ -139,6 +139,7 @@ SVG.Timeline = SVG.invent({
seek (dt) {
this._time += dt
+ this._continue()
return this
},