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