diff options
Diffstat (limited to 'addons/skin.confluence/720p/DialogBusy.xml')
-rw-r--r-- | addons/skin.confluence/720p/DialogBusy.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/addons/skin.confluence/720p/DialogBusy.xml b/addons/skin.confluence/720p/DialogBusy.xml index 54c9c7768c..e0419ed781 100644 --- a/addons/skin.confluence/720p/DialogBusy.xml +++ b/addons/skin.confluence/720p/DialogBusy.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <window> - <animation effect="fade" time="100">WindowOpen</animation> - <animation effect="fade" time="200">WindowClose</animation> + <animation effect="fade" time="75">WindowOpen</animation> + <animation effect="fade" time="150">WindowClose</animation> <coordinates> <system>1</system> <left>0</left> @@ -27,7 +27,7 @@ <height>32</height> <texture>busy.png</texture> <aspectratio>keep</aspectratio> - <animation effect="rotate" start="0" end="360" center="36,36" time="1200" loop="true" condition="true">conditional</animation> + <animation effect="rotate" start="0" end="360" center="36,36" time="900" loop="true" condition="true">conditional</animation> </control> <control type="label"> <description>Busy label</description> |