superframe
superframe copied to clipboard
Update index.js
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