updated Transition docs

This commit is contained in:
Eric Rowell
2012-06-03 10:36:50 -07:00
parent e842cdf8ac
commit 8b22fb0690
5 changed files with 46 additions and 49 deletions

View File

@@ -706,7 +706,7 @@ Kinetic.Node.prototype = {
var trans = new Kinetic.Transition(this, config);
var anim = {
func: function() {
trans.onEnterFrame();
trans._onEnterFrame();
},
node: node
};