diff --git a/package-lock.json b/package-lock.json
index ed18ec7..1082bc7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -81,6 +81,14 @@
"webvr-polyfill": "^0.10.5"
}
},
+ "aframe-animation-component": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmjs.org/aframe-animation-component/-/aframe-animation-component-5.1.1.tgz",
+ "integrity": "sha512-EO049MCScYCUbzqsNqw4tiRjp781BOuySWitElarH4ysH+orlb7vxEgfwY8fgShwBgAUdY9vtSTc6jzjJwy1kA==",
+ "requires": {
+ "animejs": "2.2.0"
+ }
+ },
"aframe-animation-timeline-component": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/aframe-animation-timeline-component/-/aframe-animation-timeline-component-1.5.0.tgz",
@@ -146,9 +154,9 @@
"integrity": "sha1-+w+EQdrdHosRzCRRK6eqaS1iK+E="
},
"aframe-state-component": {
- "version": "5.0.0-beta2",
- "resolved": "https://registry.npmjs.org/aframe-state-component/-/aframe-state-component-5.0.0-beta2.tgz",
- "integrity": "sha512-Ioz179I49pfew4a3cHpr31q00QfQW9cSI6uni2kwqfgSlO8FsDR91HtQamzJbGVLGPCHYAYqBvPy+A9fvQaVzg=="
+ "version": "5.0.0-beta4",
+ "resolved": "https://registry.npmjs.org/aframe-state-component/-/aframe-state-component-5.0.0-beta4.tgz",
+ "integrity": "sha512-wcodZ5XP73/95K4ABxW6RWOHlIPv6HNk7oNx0M6lChU5FH4Q9NIlETM0OwDECYSlf5bKTSRkGyrXE+2w75YUCQ=="
},
"aframe-super-keyboard": {
"version": "2.0.2",
@@ -277,6 +285,11 @@
"resolved": "https://registry.npmjs.org/an-array/-/an-array-1.0.0.tgz",
"integrity": "sha1-wSWlu4JXd4419LT2qpx9D6nkJmU="
},
+ "animejs": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/animejs/-/animejs-2.2.0.tgz",
+ "integrity": "sha1-Ne79/FNbgZScnLBvCz5gwC5v3IA="
+ },
"ansi-escapes": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-1.4.0.tgz",
diff --git a/package.json b/package.json
index 5ed74ed..431214e 100644
--- a/package.json
+++ b/package.json
@@ -19,7 +19,7 @@
"aframe-particle-system-component": "^1.0.11",
"aframe-proxy-event-component": "^1.1.1",
"aframe-slice9-component": "^1.0.0",
- "aframe-state-component": "^5.0.0-beta3",
+ "aframe-state-component": "^5.0.0-beta4",
"aframe-super-keyboard": "2.0.2",
"algoliasearch": "^3.29.0",
"ansi-html": "0.0.7",
diff --git a/src/templates/menu.html b/src/templates/menu.html
index 249d806..c063d89 100644
--- a/src/templates/menu.html
+++ b/src/templates/menu.html
@@ -1,7 +1,7 @@
{% macro searchResults () %}
@@ -101,34 +101,35 @@
animation__toleft="property: position; to: 0.195 0.18 0; dur: 200; easing: easeOutCubic; startEvents: menuchallengeselect"
animation__toright="property: position; to: 0.35 0.18 0; dur: 200; easing: easeOutCubic; startEvents: menuback">
-