mirror of
https://github.com/konvajs/konva.git
synced 2025-09-18 09:50:05 +08:00
seek should auto pause the tween
This commit is contained in:
@@ -223,6 +223,7 @@
|
||||
this.fire('onReverse');
|
||||
},
|
||||
seek: function(t) {
|
||||
this.pause();
|
||||
this._time = t;
|
||||
this.update();
|
||||
this.fire('onSeek');
|
||||
|
Reference in New Issue
Block a user