added first phase of transition event subscription

This commit is contained in:
Eric Rowell
2012-04-03 14:08:06 -07:00
parent a6b526ee76
commit 9e3baf69c1
5 changed files with 85 additions and 48 deletions

View File

@@ -24,7 +24,12 @@ Test.prototype.tests = {
x: 400,
y: 30,
rotation: Math.PI * 2,
easing: 'bounce-ease-out'
easing: 'bounce-ease-out',
on: {
finished: function() {
console.log('finished');
}
}
});
},
'TRANSITION - transition position and rotation with two transitions': function(containerId) {