mirror of
https://github.com/konvajs/konva.git
synced 2025-12-04 19:08:24 +08:00
tons of refactoring. Now have separate Transition and Tween classes
This commit is contained in:
@@ -74,7 +74,6 @@ Kinetic.Stage.prototype = {
|
||||
onFrame: function(func) {
|
||||
var go = Kinetic.GlobalObject;
|
||||
this.anim = {
|
||||
id: go.animIdCounter++,
|
||||
func: func
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user