Open kukukikits opened 3 years ago
bind pauseAnimation to this scope
Bug: pauseAnimation method in animation-timeline component is not bound to the right context. Fix: add this.pauseAnimation = this.pauseAnimation.bind(this); in init method
this.pauseAnimation = this.pauseAnimation.bind(this);
bind pauseAnimation to this scope