increased genre icons opacity

This commit is contained in:
Diego F. Goberna
2018-10-30 02:37:14 +01:00
parent e8c8a6a702
commit 0fc138e942

View File

@@ -279,9 +279,9 @@
class="genreIcon"
geometry="primitive: plane; width: 0.22; height: 0.22; buffer: false; skipCache: true"
position="0 0.04 0.002"
material="shader: flat; src: #genresImg; transparent: true; opacity: 0.6; color: #fff; depthTest: false"
animation__mouseenter="property: material.opacity; from: 0.6; to: 1; startEvents: mouseenter; pauseEvents: mouseleave; easing: easeOutCubic; dur: 150"
animation__mouseleave="property: material.opacity; from: 1; to: 0.6; startEvents: mouseleave; pauseEvents: mouseenter; easing: easeOutCubic; dur: 150"
material="shader: flat; src: #genresImg; transparent: true; opacity: 0.7; color: #fff; depthTest: false"
animation__mouseenter="property: material.opacity; from: 0.7; to: 1; startEvents: mouseenter; pauseEvents: mouseleave; easing: easeOutCubic; dur: 150"
animation__mouseleave="property: material.opacity; from: 1; to: 0.7; startEvents: mouseleave; pauseEvents: mouseenter; easing: easeOutCubic; dur: 150"
bind-item__atlas-uvs="totalColumns: 6; totalRows: 3; row: item.row; column: item.column"></a-entity>
</a-entity>
</a-entity>