diff --git a/components/animation-timeline/index.js b/components/animation-timeline/index.js index 00bbf987..8ff7c754 100644 --- a/components/animation-timeline/index.js +++ b/components/animation-timeline/index.js @@ -27,6 +27,7 @@ AFRAME.registerComponent('animation-timeline', { this.animationIsPlaying = false; this.beginAnimation = this.beginAnimation.bind(this); + this.pauseAnimation = this.pauseAnimation.bind(this); this.eventDetail = {name: this.id} this.time = 0; this.timeline = null;