mirror of
https://github.com/konvajs/konva.git
synced 2025-12-04 19:08:24 +08:00
more new transition architecture integration
This commit is contained in:
@@ -71,9 +71,9 @@ Kinetic.Stage.prototype = {
|
||||
*/
|
||||
onFrame: function(func) {
|
||||
var go = Kinetic.GlobalObject;
|
||||
go.animations.push({
|
||||
id: go.animIdCounter++,
|
||||
func: func
|
||||
go.addAnimation({
|
||||
id: go.animIdCounter++,
|
||||
func: func
|
||||
});
|
||||
},
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user