From 0fc138e9429f922da68baf6adc1da3ddac9a03fb Mon Sep 17 00:00:00 2001 From: "Diego F. Goberna" Date: Tue, 30 Oct 2018 02:37:14 +0100 Subject: [PATCH] increased genre icons opacity --- src/templates/menu.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/templates/menu.html b/src/templates/menu.html index dc90dd2..d519082 100644 --- a/src/templates/menu.html +++ b/src/templates/menu.html @@ -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">