mirror of
https://github.com/konvajs/konva.git
synced 2025-11-18 09:07:30 +08:00
drag and drop operatons now dynamically generate a temporary top layer for high performance drag and drop. When completed, the top layer is removed. Also cleaned up a bit of drag and drop logic
This commit is contained in:
@@ -177,7 +177,7 @@ Test.Modules.MANUAL = {
|
||||
anim.stop();
|
||||
}, 3000);
|
||||
},
|
||||
'*ANIMATION - test multiple animations': function(containerId) {
|
||||
'ANIMATION - test multiple animations': function(containerId) {
|
||||
var stage = new Kinetic.Stage({
|
||||
container: containerId,
|
||||
width: 578,
|
||||
|
||||
Reference in New Issue
Block a user