diff options
-rw-r--r-- | addons/skin.confluence/720p/VideoOSD.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/addons/skin.confluence/720p/VideoOSD.xml b/addons/skin.confluence/720p/VideoOSD.xml index ee1d7f1741..cbc5c1c492 100644 --- a/addons/skin.confluence/720p/VideoOSD.xml +++ b/addons/skin.confluence/720p/VideoOSD.xml @@ -492,6 +492,8 @@ <control type="grouplist" id="400"> <visible>![Window.IsVisible(SliderDialog) | Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(VideoBookmarks)]</visible> <animation effect="fade" time="200">VisibleChange</animation> + <animation effect="slide" start="0,0" end="0,80" time="0" condition="![VideoPlayer.HasSubtitles + VideoPlayer.SubtitlesEnabled]">Conditional</animation> + <animation effect="slide" start="0,0" end="0,40" time="0" condition="!VideoPlayer.HasSubtitles">Conditional</animation> <left>400r</left> <top>350r</top> <width>256</width> |