mirror of
https://github.com/konvajs/konva.git
synced 2025-09-19 10:47:59 +08:00
added first phase of transition event subscription
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user