Skip to content

Commit

Permalink
animation & visible tweaks ....
Browse files Browse the repository at this point in the history
  • Loading branch information
cf2009 committed Aug 3, 2009
1 parent 4a24a32 commit ca9bbde
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions 720p/Includes_Submenu.xml
Expand Up @@ -2847,7 +2847,7 @@
<include name="animation_Window_ocvh">
<animation effect="fade" start="0" end="100" delay="1000" time="500">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="200">WindowClose</animation>
<animation effect="fade" start="0" end="100" delay="1000" time="300">Visible</animation>
<animation effect="fade" start="0" end="100" delay="1000" time="800">Visible</animation>
<animation effect="fade" start="100" end="0" time="200">Hidden</animation>
</include>
<!-- Library_info -->
Expand All @@ -2861,10 +2861,7 @@
<animation effect="slide" start="0,20" end="0,-105" time="350" easing="inout" tween="cubic" condition="Skin.HasSetting(highertime)+Skin.HasSetting(lowermainmenu)">Conditional</animation>
<animation effect="slide" start="0" end="300,0" time="500" easing="inout" tween="cubic" condition="control.HasFocus(8001)">Conditional</animation>

<animation effect="fade" start="0" end="100" time="500">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="200">WindowClose</animation>
<animation effect="fade" start="0" end="100" delay="1100" time="300">Visible</animation>
<animation effect="fade" start="100" end="0" time="200">Hidden</animation>
<include>animation_Window_ocvh</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>
Expand Down Expand Up @@ -3072,7 +3069,7 @@
<include name="Recently_added">
<control type="group">
<visible>!Skin.HasSetting(Recently_added)</visible>
<visible>Container(300).HasFocus(6) | Container(300).HasFocus(7) | Container(300).HasFocus(1)</visible>
<visible>[Container(300).HasFocus(6)+!IsEmpty(Window.Property(LatestEpisode.1.ShowTitle))] | [Container(300).HasFocus(7)+!IsEmpty(Window.Property(LatestMovie.1.Title))] | [Container(300).HasFocus(1)+!IsEmpty(Window.Property(LatestSong.1.Title))]</visible>
<visible>!Control.IsVisible(87)</visible>
<posx>1030</posx>
<posy>65</posy>
Expand Down Expand Up @@ -3105,8 +3102,7 @@
<font>Font_WeatherTitle</font>
<textcolor>c0FFFFFF</textcolor>
<label>31879</label>
<animation effect="fade" start="0" end="100" time="200">Visible</animation>
<animation effect="fade" start="100" end="0" time="200">Hidden</animation>
<include>animation_Window_ocvh</include>
</control>
<control type="image">
<texture diffuse="multiplex/multiplex_tvmask.png" background="true" fallback="defaultvideo.png">$INFO[Container(8001).ListItem.Thumb]</texture>
Expand Down Expand Up @@ -3708,12 +3704,7 @@
</content>
</control>
</control>




</control>

</control>
</control>
</include>
<!-- Recently added End -->
Expand Down

0 comments on commit ca9bbde

Please sign in to comment.