skin.pellucidPlus/1080i/Includes_homeBackground.xml

53 lines
2.4 KiB
XML
Raw Normal View History

2015-04-27 22:30:43 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<include name="homeBackground">
<control type="group">
2015-05-03 15:56:13 +02:00
<animation type="conditional" condition="true" loop="true">
<effect type="fade" start="0" end="100" time="5000"/>
<effect type="zoom" start="80" end="130" time="10000" tween="sine" easing="out"/>
<effect type="slide" start="0,0" end="-450,0" center="0" delay="0" time="20000" tween="sine" easing="in"/>
<effect type="zoom" start="130" end="100" delay="12000" time="8000" tween="sine" easing="in"/>
<effect type="fade" start="100" end="0" time="3000" delay="16000"/>
2015-04-27 22:30:43 +02:00
</animation>
<!--albums-->
2015-05-03 15:56:13 +02:00
<control type="panel" id="9451">
2015-04-27 22:30:43 +02:00
<posx>0</posx>
2015-05-03 15:56:13 +02:00
<posy>0</posy>
2015-04-27 22:30:43 +02:00
<width>fullscreenWidth</width>
<height>fullscreenHeight</height>
<orientation>horizontal</orientation>
<scrolltime tween="linear" easing="in">10000</scrolltime>
<animation type="windowopen">
2015-05-03 15:56:13 +02:00
<effect type="fade" end="100" time="1000" delay="1000"/>
2015-04-27 22:30:43 +02:00
</animation>
<animation type="windowclose">
<effect type="fade" end="0" time="0"/>
</animation>
2015-05-03 15:56:13 +02:00
<itemlayout width="3-col" height="3-col">
2015-04-27 22:30:43 +02:00
<control type="image">
<posx>0</posx>
<posy>0</posy>
2015-05-03 15:56:13 +02:00
<width>3-col-textbox</width>
<height>3-col-textbox</height>
2015-04-27 22:30:43 +02:00
<aspectratio>scale</aspectratio>
2015-05-03 15:56:13 +02:00
<texture fallback="colors/black.png" border="0">$INFO[Listitem.thumb]</texture>
<colordiffuse>44FFFFFF</colordiffuse>
2015-04-27 22:30:43 +02:00
</control>
</itemlayout>
<focusedlayout/>
2015-05-03 15:56:13 +02:00
<content>$VAR[homescreenCollage]</content>
2015-04-27 22:30:43 +02:00
</control>
</control>
2015-05-03 15:56:13 +02:00
<!--overlay-->
<control type="image">
<animation type="windowopen">
<effect type="fade" end="100" time="1000" delay="0"/>
</animation>
<include>dimensionsFullscreen</include>
<texture>logoOverlay.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
2015-04-27 22:30:43 +02:00
</include>
</includes>