mirror of
https://github.com/konvajs/konva.git
synced 2025-12-05 03:24:23 +08:00
implemented ease-in, ease-out, and ease-in-out transitions
This commit is contained in:
@@ -83,7 +83,6 @@ Kinetic.Layer.prototype = {
|
||||
var transition = this.transitions[n];
|
||||
if(transition.node.id === shape.id) {
|
||||
Kinetic.GlobalObject._removeTransition(transition);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user