diff options
Diffstat (limited to 'addons/skin.confluence/720p/MyWeather.xml')
-rw-r--r-- | addons/skin.confluence/720p/MyWeather.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/addons/skin.confluence/720p/MyWeather.xml b/addons/skin.confluence/720p/MyWeather.xml index d4fc5c6c55..141659de01 100644 --- a/addons/skin.confluence/720p/MyWeather.xml +++ b/addons/skin.confluence/720p/MyWeather.xml @@ -16,7 +16,7 @@ <fadetime>1000</fadetime> <include>VisibleFadeEffect</include> <visible>Skin.HasSetting(ShowWeatherFanart) + !IsEmpty(Skin.String(WeatherFanartDir))</visible> - <animation effect="fade" time="200">WindowClose</animation> + <animation effect="fade" time="150">WindowClose</animation> </control> <control type="image"> <description>Section header image</description> @@ -47,17 +47,17 @@ <height>100</height> <texture>floor.png</texture> <include>VisibleFadeEffect</include> - <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"> <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> <include>VisibleFadeEffect</include> <control type="group"> |