Skip to content

Commit

Permalink
dont slide now playing widget when weather widget is active. Fixes #620
Browse files Browse the repository at this point in the history
  • Loading branch information
BigNoid committed May 14, 2014
1 parent 74f85da commit b1871e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 1080i/IncludesHomeRecentlyAdded.xml
Expand Up @@ -412,8 +412,7 @@
<animation effect="slide" tween="cubic" time="720" end="0,1080" start="0,0" condition="!Skin.HasSetting(lowermainmenu)">WindowClose</animation>
<animation effect="slide" tween="cubic" time="720" start="0,-1080" end="0,0" condition="Skin.HasSetting(lowermainmenu)">WindowOpen</animation>
<animation effect="slide" tween="cubic" time="720" end="0,-1080" start="0,0" condition="Skin.HasSetting(lowermainmenu)">WindowClose</animation>
<animation effect="slide" end="0,-640" time="320" tween="cubic" easing="inout" condition="Skin.HasSetting(lowermainmenu) + !StringCompare(Container(9000).ListItem.Property(Widget),11)">Conditional</animation>
<animation effect="slide" end="0,-220" time="320" tween="cubic" easing="inout" condition="Skin.HasSetting(lowermainmenu) + StringCompare(Container(9000).ListItem.Property(Widget),11)">Conditional</animation>
<animation effect="slide" end="0,-640" time="320" tween="cubic" easing="inout" condition="Skin.HasSetting(lowermainmenu)">Conditional</animation>
<control type="group">
<control type="image">
<description>Cover image</description>
Expand Down

0 comments on commit b1871e6

Please sign in to comment.