diff options
Diffstat (limited to 'addons/skin.estuary/1080i/DialogExtendedProgressBar.xml')
-rw-r--r-- | addons/skin.estuary/1080i/DialogExtendedProgressBar.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/skin.estuary/1080i/DialogExtendedProgressBar.xml b/addons/skin.estuary/1080i/DialogExtendedProgressBar.xml index 1d90905f23..ebc905b906 100644 --- a/addons/skin.estuary/1080i/DialogExtendedProgressBar.xml +++ b/addons/skin.estuary/1080i/DialogExtendedProgressBar.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <window> - <defaultcontrol /> <zorder>3</zorder> <animation effect="fade" start="0" end="100" time="300">WindowOpen</animation> <animation effect="fade" start="100" end="0" time="200">WindowClose</animation> @@ -9,6 +8,7 @@ <depth>DepthBars</depth> <left>1830</left> <top>0</top> + <animation effect="slide" end="0,-90" time="300" tween="sine" easing="inout" condition="$EXP[infodialog_active]">conditional</animation> <animation effect="slide" end="0,-80" time="150" condition="Window.IsVisible(FullscreenVideo)">conditional</animation> <control type="image"> <left>-4</left> |