mirror of
https://github.com/konvajs/konva.git
synced 2025-12-05 03:24:23 +08:00
round 1 of animation + transition rewrite, while combing Xaric's Tween port
This commit is contained in:
@@ -14,8 +14,6 @@ Kinetic.Layer = function(config) {
|
||||
this.canvas = document.createElement('canvas');
|
||||
this.context = this.canvas.getContext('2d');
|
||||
this.canvas.style.position = 'absolute';
|
||||
this.transitions = [];
|
||||
this.transitionIdCounter = 0;
|
||||
|
||||
// call super constructors
|
||||
Kinetic.Container.apply(this, []);
|
||||
|
||||
Reference in New Issue
Block a user