fixed glitchy flash on transitions when applying multiple transitions to the same node at different times

This commit is contained in:
Eric Rowell
2012-04-28 17:45:13 -07:00
parent bd17b54aa8
commit e8dcb8e584
5 changed files with 84 additions and 36 deletions

View File

@@ -76,7 +76,7 @@ Kinetic.Stage.prototype = {
*/
stop: function() {
var go = Kinetic.GlobalObject;
go._removeAnimation(this.anim.id);
go._removeAnimation(this.anim);
go._handleAnimation();
},
/**