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>
|
2015-03-31 21:21:43 +02:00
|
|
|
<include name="fadeIn">
|
|
|
|
<animation type="focus">
|
|
|
|
<effect type="fade" start="0" end="100" time="500"/>
|
|
|
|
</animation>
|
|
|
|
</include>
|
2015-03-27 21:31:13 +01:00
|
|
|
<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">
|
2015-07-04 21:12:05 +02:00
|
|
|
<animation type="conditional" condition="!Skin.HasSetting(lowPowerMode)" loop="true">
|
2015-03-27 21:31:13 +01:00
|
|
|
<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-->
|
2015-03-31 21:21:43 +02:00
|
|
|
<include name="spinFocusIcon">
|
2015-03-30 21:32:00 +02:00
|
|
|
<animation type="focus" loop="false" reversible="false">
|
2015-03-31 21:21:43 +02:00
|
|
|
<effect type="fade" time="500"/>
|
2015-03-30 21:32:00 +02:00
|
|
|
<effect type="rotatey" end="180" center="36" tween="back" easing="out" time="1000"/>
|
2015-03-27 21:31:13 +01:00
|
|
|
</animation>
|
|
|
|
</include>
|
2015-03-31 21:21:43 +02:00
|
|
|
<include name="spinFocusPoster">
|
|
|
|
<animation type="focus" loop="false" reversible="false">
|
|
|
|
<effect type="rotatey" start="0" end="-15" center="132" tween="back" easing="out" time="300"/>
|
|
|
|
<effect type="rotatey" start="0" end="15" center="132" tween="back" easing="out" delay="300" time="300"/>
|
|
|
|
</animation>
|
|
|
|
</include>
|
|
|
|
|
2015-03-27 21:31:13 +01:00
|
|
|
<!--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-05-06 22:04:44 +02:00
|
|
|
<animation type="Conditional" condition="controlgroup(9000).hasfocus | controlgroup(9002).hasfocus | controlgroup(100).hasfocus">
|
2015-09-02 00:13:19 +02:00
|
|
|
<effect type="zoom" end="175" time="200" center="auto" tween="linear" easing="out"/>
|
2015-04-01 21:11:01 +02:00
|
|
|
<effect type="fade" start="100" end="30" time="200"/>
|
2015-03-27 21:31:13 +01:00
|
|
|
</animation>
|
|
|
|
</include>
|
|
|
|
</includes>
|