skin.pellucid/1080i/Includes_animations.xml

56 lines
2.5 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<includes>
2015-03-27 21:31:13 +01:00
<include name="fadeInOut">
<animation type="windowOpen">
<effect type="fade" start="0" end="100" time="300"/>
</animation>
<animation type="windowClose">
<effect type="fade" start="100" end="0" time="300"/>
</animation>
</include>
<include name="listSlideIn">
<effect type="fade" start="0" end="100" time="300" delay="600"/>
<effect type="slide" start="3-col" end="0" center="auto" tween="cubic" easing="out" time="400" delay="500"/>
</include>
<!--ken burnsey style effect for fanart images-->
<include name="kenBurnsey">
<animation type="conditional" condition="true" loop="true">
<effect type="fade" start="0" end="100" time="2000"/>
<effect type="zoom" center="auto" start="130" end="100" time="15000"/>
<effect type="fade" start="100" end="0" time="1000" delay="14000"/>
</animation>
</include>
2015-03-30 21:32:00 +02:00
<!--focus item spinner-->
<include name="spinFocus">
<animation type="focus" loop="false" reversible="false">
<effect type="rotatey" end="180" center="36" tween="back" easing="out" time="1000"/>
2015-03-27 21:31:13 +01:00
</animation>
</include>
<!--modal dialog handling-->
<include name="modalDialogInOut">
<animation type="Windowopen">
<effect type="fade" start="0" end="100" time="300"/>
<effect type="slide" start="1920" end="0" tween="cubic" easing="out" time="400"/>
</animation>
<animation type="Windowclose">
<effect type="fade" start="100" end="0" time="300"/>
<effect type="slide" start="0" end="-1920" tween="cubic" easing="out" time="400"/>
</animation>
</include>
<include name="modalDialogInOutVertical">
<animation type="Windowopen">
<effect type="fade" start="0" end="100" time="300"/>
<effect type="slide" start="0,-200" end="0" tween="cubic" easing="out" time="400"/>
</animation>
<animation type="Windowclose">
<effect type="fade" start="100" end="0" time="300"/>
<effect type="slide" start="0" end="0,300" tween="cubic" easing="out" time="400"/>
</animation>
</include>
<include name="modalDialogContentShift">
2015-03-30 21:32:00 +02:00
<animation type="Conditional" condition="controlgroup(9000).hasfocus | controlgroup(9002).hasfocus">
2015-03-27 21:31:13 +01:00
<effect type="zoom" end="95" time="200" center="auto" tween="sine" easing="in"/>
</animation>
</include>
</includes>