diff options
author | Philipp Te <philipptemminghoff@gmx.de> | 2015-03-06 22:39:55 +0100 |
---|---|---|
committer | Philipp Te <philipptemminghoff@gmx.de> | 2015-03-06 22:39:55 +0100 |
commit | 145a3bba6242e1c2add18e1a8226035f33eda0fe (patch) | |
tree | 80bcc7612d2cdff31a63c1c7b365b76bc5d34cef /addons/skin.confluence/720p/DialogExtendedProgressBar.xml | |
parent | da46ecfbc49762a345710b5305a55a9f131bce05 (diff) |
[CONFLUENCE] - second conversion with XML tool ("scaling" values with 0.75)
Diffstat (limited to 'addons/skin.confluence/720p/DialogExtendedProgressBar.xml')
-rw-r--r-- | addons/skin.confluence/720p/DialogExtendedProgressBar.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/addons/skin.confluence/720p/DialogExtendedProgressBar.xml b/addons/skin.confluence/720p/DialogExtendedProgressBar.xml index b24ad8cbe3..5f466fad00 100644 --- a/addons/skin.confluence/720p/DialogExtendedProgressBar.xml +++ b/addons/skin.confluence/720p/DialogExtendedProgressBar.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <window> <defaultcontrol /> - <animation effect="slide" start="0,-70" end="0,0" time="100">WindowOpen</animation> - <animation effect="slide" start="0,0" end="0,-70" delay="400" time="100">WindowClose</animation> + <animation effect="slide" start="0,-70" end="0,0" time="75">WindowOpen</animation> + <animation effect="slide" start="0,0" end="0,-70" delay="300" time="75">WindowClose</animation> <controls> <control type="group"> <left>720</left> <top>0</top> - <animation effect="slide" end="0,-80" time="200" condition="Window.IsVisible(FullscreenVideo) | Window.IsVisible(Visualisation)">conditional</animation> + <animation effect="slide" end="0,-80" time="150" condition="Window.IsVisible(FullscreenVideo) | Window.IsVisible(Visualisation)">conditional</animation> <control type="image"> <left>0</left> <top>-10</top> |