diff --git a/src/components/beams.js b/src/components/beams.js index e598407..b732aaf 100644 --- a/src/components/beams.js +++ b/src/components/beams.js @@ -31,7 +31,7 @@ AFRAME.registerComponent('beams', { beam.visible = false; beam.anim = AFRAME.anime({ targets: beam.scale, - x: 0, + x: 0.00001, autoplay: false, duration: 300, easing: 'easeInCubic', @@ -61,4 +61,4 @@ AFRAME.registerComponent('beams', { beam.anim.restart(); } -}); \ No newline at end of file +});