supermedium / superframe

:package: A super collection of A-Frame components.
https://supermedium.com/superframe/
MIT License
1.38k stars 424 forks source link

Update index.js #300

Open kukukikits opened 3 years ago

kukukikits commented 3 years ago

bind pauseAnimation to this scope

kukukikits commented 3 years ago

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