fix menu slide states

This commit is contained in:
Kevin Ngo
2018-10-16 21:28:27 -07:00
parent e195b9f2f2
commit 1fb48a29ab
2 changed files with 18 additions and 12 deletions

View File

@@ -114,7 +114,7 @@
class="menuAnimation"
bind__menu-slide-animation="isSearching: isSearching; menuSelectedChallengeId: menuSelectedChallenge.id"
animation__menuleft="property: object3D.position.x; to: -0.59; dur: 200; easing: easeOutCubic; autoplay: false"
animation__menuright="property: object3D.position.x; to: 0; dur: 200; easing: easeOutCubic; autoplay: false">
animation__menuright="property: object3D.position.x; from: -0.59; to: 0; dur: 200; easing: easeOutCubic; autoplay: false">
<a-entity id="divisorA"
position="0.566 0 -0.0025"