aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.estuary/xml
diff options
context:
space:
mode:
authorKai Sommerfeld <kai.sommerfeld@gmx.com>2021-11-19 14:27:30 +0100
committerKai Sommerfeld <kai.sommerfeld@gmx.com>2021-11-21 19:07:12 +0100
commit7cc1b7cf27ad21bc336ae3e5f44fe518a956a4b7 (patch)
tree89998c185bdf09911ba6252d2dc960af30447c27 /addons/skin.estuary/xml
parent08b7599d63e063545e34a24bb17fc3738cd4dde7 (diff)
[Estuary] TopBar: Fix end time not completely hidden under certain contitions.
Diffstat (limited to 'addons/skin.estuary/xml')
-rw-r--r--addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml b/addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml
index 3dabea46da..8a1518361c 100644
--- a/addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml
+++ b/addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml
@@ -146,7 +146,7 @@
</control>
</control>
<control type="group">
- <animation effect="slide" end="0,-90" time="300" tween="sine" easing="inout" condition="$EXP[infodialog_active]">conditional</animation>
+ <animation effect="slide" end="0,-200" time="300" tween="sine" easing="inout" condition="$EXP[infodialog_active]">conditional</animation>
<animation effect="slide" start="0,-200" end="0,0" time="300" tween="cubic" easing="out">VisibleChange</animation>
<visible>Player.ShowInfo | Window.IsActive(fullscreeninfo) | Player.ShowTime | Window.IsActive(videoosd) | Window.IsActive(musicosd) | Window.IsActive(playerprocessinfo) | !String.IsEmpty(PVR.ChannelNumberInput) | Window.IsActive(pvrosdchannels) | Window.IsActive(pvrchannelguide) + ![Player.Seeking | Player.DisplayAfterSeek | Player.Forwarding | Player.Rewinding | Player.Paused]</visible>
<depth>DepthBars</depth>