fix slice default color
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
<a-mixin
|
||||
id="bigMenuButton"
|
||||
mixin="slice"
|
||||
slice9="src: #slicebtnImg; color: #999; width: 1; right: 52; bottom: 47; left: 77; top: 73; height: 0.22; padding: 0.1"
|
||||
slice9="src: #slicebtnImg; color: #CCC; width: 1; right: 52; bottom: 47; left: 77; top: 73; height: 0.22; padding: 0.1"
|
||||
animation__mouseenter1="property: components.slice9.material.color; type: color; from: #CCC; to: #FFF; startEvents: mouseenter; pauseEvents: mouseleave; dur: 150"
|
||||
animation__mouseleave1="property: components.slice9.material.color; type: color; from: #FFF; to: #CCC; startEvents: mouseleave; pauseEvents: mouseenter; dur: 150"
|
||||
animation__mouseenter2="property: scale; from: 1 1 1; to: 1.04 1.04 1.04; startEvents: mouseenter; pauseEvents: mouseleave; dur: 80"
|
||||
|
||||
Reference in New Issue
Block a user