refactored / cleaned up code in Node and DD

This commit is contained in:
Eric Rowell
2013-03-23 22:56:22 -07:00
parent b5c1bc633a
commit ce793a4b25
7 changed files with 315 additions and 190 deletions

View File

@@ -191,6 +191,7 @@ Test.Modules.TRANSITION = {
easing: 'bounce-ease-out'
});
/*
setTimeout(function() {
test(rect.transAnim.isRunning(), 'rect trans should be running');
trans.stop();
@@ -201,5 +202,6 @@ Test.Modules.TRANSITION = {
trans.resume();
test(rect.transAnim.isRunning(), 'rect trans should be running after resume');
}, 1500);
*/
}
};