mirror of
https://github.com/konvajs/konva.git
synced 2025-12-03 20:23:54 +08:00
fixed Tween regression
This commit is contained in:
@@ -218,7 +218,7 @@
|
||||
* @memberof Kinetic.Tween.prototype
|
||||
*/
|
||||
pause: function() {
|
||||
tween.pause();
|
||||
this.tween.pause();
|
||||
return this;
|
||||
},
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user