tons of refactoring. Now have separate Transition and Tween classes

This commit is contained in:
Eric Rowell
2012-04-03 22:23:13 -07:00
parent 9e3baf69c1
commit f953e4694f
9 changed files with 206 additions and 215 deletions

View File

@@ -74,7 +74,6 @@ Kinetic.Stage.prototype = {
onFrame: function(func) {
var go = Kinetic.GlobalObject;
this.anim = {
id: go.animIdCounter++,
func: func
};
},