mirror of
https://github.com/konvajs/konva.git
synced 2025-09-19 02:37:59 +08:00
greatly improved transition performance by directly setting attr properties for each frame, and also removing unecessary redraws when transition finishes
This commit is contained in:
@@ -109,7 +109,7 @@ Test.prototype.tests = {
|
||||
easing: 'bounce-ease-out'
|
||||
});
|
||||
},
|
||||
'TRANSITION - all transition types': function(containerId) {
|
||||
'*TRANSITION - all transition types': function(containerId) {
|
||||
document.getElementById(containerId).style.height = '300px';
|
||||
|
||||
var stage = new Kinetic.Stage({
|
||||
|
Reference in New Issue
Block a user