fix game menu slice animation colors not being bright enough

This commit is contained in:
Kevin Ngo
2018-12-10 16:03:06 -08:00
parent fbcbace962
commit b9bb446deb

View File

@@ -1,8 +1,8 @@
<a-mixin
id="gameMenuButton"
mixin="bigMenuButton"
animation__mouseenter="property: components.slice9.material.color; type: color; from: #888; to: #fff; startEvents: mouseenter; pauseEvents: mouseleave; dur: 150"
animation__mouseleave="property: components.slice9.material.color; type: color; from: #fff; to: #888; startEvents: mouseleave; pauseEvents: mouseenter; dur: 150"
animation__mouseenter="property: components.slice9.material.color; type: color; from: #CCC; to: #FAFAFA; startEvents: mouseenter; pauseEvents: mouseleave; dur: 150"
animation__mouseleave="property: components.slice9.material.color; type: color; from: #FAFAFA; to: #CCC; startEvents: mouseleave; pauseEvents: mouseenter; dur: 150"
slice9="width: 1; height: 0.27;"></a-mixin>
<a-mixin