diff options
author | Jezz_X <jezzx2@gmail.com> | 2011-04-30 16:29:28 +1000 |
---|---|---|
committer | Jezz_X <jezzx2@gmail.com> | 2011-05-15 14:16:00 +1000 |
commit | c88059b714b647ffcecda49afaf6d49cbc77d6aa (patch) | |
tree | 6360ffd18555d32a6c641c01b588f31c4ed35ab7 /addons/skin.confluence/720p/MyWeather.xml | |
parent | bc4f39227a9fc7fe6a59d072ebe493e91f9825fc (diff) |
Fixed: [Confluence] Transition of floor image going too and from home
Diffstat (limited to 'addons/skin.confluence/720p/MyWeather.xml')
-rw-r--r-- | addons/skin.confluence/720p/MyWeather.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/addons/skin.confluence/720p/MyWeather.xml b/addons/skin.confluence/720p/MyWeather.xml index 9e291e1fc1..2f8b744b99 100644 --- a/addons/skin.confluence/720p/MyWeather.xml +++ b/addons/skin.confluence/720p/MyWeather.xml @@ -11,6 +11,8 @@ <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> </control> <control type="group"> <animation type="WindowOpen" reversible="false"> |