Fix animation bug

This commit is contained in:
Christian Gade 2021-04-29 15:16:53 +02:00
parent bfa3b7b5fe
commit ad547f2227

View File

@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">100</defaultcontrol>
<visible>![Player.IsTempo + System.IdleTime(3)]</visible>
<onload condition="!VideoPlayer.Content(LiveTV)">SetFocus(202)</onload>
<include>dialogeffect</include>
<animation effect="fade" start="0" end="100" time="200">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="200">WindowClose</animation>
<depth>DepthOSD</depth>
<coordinates>
<left>0</left>
<top>0</top>
</coordinates>
<controls>
<control type="group">
<visible>![Player.IsTempo + System.IdleTime(3)]</visible>
<control type="button">
<description>Close Window button</description>
<left>84r</left>
@ -459,6 +459,5 @@
<texture border="20,0,20,50">SubMenuBack-Footer.png</texture>
</control>
</control>
</control>
</controls>
</window>