diff options
Diffstat (limited to 'addons/skin.confluence/720p/SettingsSystemInfo.xml')
-rw-r--r-- | addons/skin.confluence/720p/SettingsSystemInfo.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/addons/skin.confluence/720p/SettingsSystemInfo.xml b/addons/skin.confluence/720p/SettingsSystemInfo.xml index 732aa5e676..3e4ed90fb0 100644 --- a/addons/skin.confluence/720p/SettingsSystemInfo.xml +++ b/addons/skin.confluence/720p/SettingsSystemInfo.xml @@ -10,19 +10,19 @@ <width>1280</width> <height>100</height> <texture>floor.png</texture> - <animation effect="slide" start="0,10" end="0,0" time="200" condition="Window.Previous(Home)">WindowOpen</animation> - <animation effect="slide" start="0,0" end="0,10" time="200" condition="Window.Next(Home)">WindowClose</animation> + <animation effect="slide" start="0,10" end="0,0" time="150" condition="Window.Previous(Home)">WindowOpen</animation> + <animation effect="slide" start="0,0" end="0,10" time="150" condition="Window.Next(Home)">WindowClose</animation> </control> <control type="group"> <left>90</left> <top>30</top> <animation type="WindowOpen" reversible="false"> - <effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="300" /> - <effect type="fade" start="0" end="100" time="300" /> + <effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="225" /> + <effect type="fade" start="0" end="100" time="225" /> </animation> <animation type="WindowClose" reversible="false"> - <effect type="zoom" start="100" end="80" center="640,360" easing="in" tween="back" time="300" /> - <effect type="fade" start="100" end="0" time="300" /> + <effect type="zoom" start="100" end="80" center="640,360" easing="in" tween="back" time="225" /> + <effect type="fade" start="100" end="0" time="225" /> </animation> <control type="image"> <left>5</left> |