optimized animation code

This commit is contained in:
Eric Rowell
2013-01-07 19:36:12 -08:00
parent ae103710d3
commit 590889f898
2 changed files with 18 additions and 17 deletions

View File

@@ -142,7 +142,7 @@ Test.Modules.MANUAL = {
stage.add(layer);
},
'ANIMATION - start and stop animation': function(containerId) {
'*ANIMATION - start and stop animation': function(containerId) {
var stage = new Kinetic.Stage({
container: containerId,
width: 578,
@@ -174,7 +174,7 @@ Test.Modules.MANUAL = {
anim.start();
setTimeout(function() {
anim.stop();
//anim.stop();
}, 3000);
},
'ANIMATION - test multiple animations': function(containerId) {
@@ -774,7 +774,7 @@ Test.Modules.MANUAL = {
layer.add(redCircle);
stage.add(layer);
},
'*DRAG AND DROP - drag and drop elastic star with shadow': function(containerId) {
'DRAG AND DROP - drag and drop elastic star with shadow': function(containerId) {
var stage = new Kinetic.Stage({
container: containerId,
width: 578,