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:
Eric Rowell
2012-10-28 22:41:13 -07:00
parent f1e2503873
commit fb90709b3a
6 changed files with 20 additions and 22 deletions

View File

@@ -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({