mirror of
https://github.com/konvajs/konva.git
synced 2025-12-05 03:24:23 +08:00
cleaned up animation and transition interaction
This commit is contained in:
@@ -16,7 +16,8 @@ Kinetic.Layer = function(config) {
|
||||
this.canvas.style.position = 'absolute';
|
||||
this.transitions = [];
|
||||
this.transitionIdCounter = 0;
|
||||
|
||||
this.isTransitioning = false;
|
||||
|
||||
// call super constructors
|
||||
Kinetic.Container.apply(this, []);
|
||||
Kinetic.Node.apply(this, [config]);
|
||||
|
||||
Reference in New Issue
Block a user