mirror of
https://github.com/konvajs/konva.git
synced 2025-12-21 19:27:08 +08:00
updated Transition docs
This commit is contained in:
@@ -706,7 +706,7 @@ Kinetic.Node.prototype = {
|
||||
var trans = new Kinetic.Transition(this, config);
|
||||
var anim = {
|
||||
func: function() {
|
||||
trans.onEnterFrame();
|
||||
trans._onEnterFrame();
|
||||
},
|
||||
node: node
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user