fix game menu slice animation colors not being bright enough
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user