hast doch titanius noch drauf . . . ?
<animation effect="zoom" start="105,105" end="110,110" time="20000" tween="cubic" easing="inout" pulse="true" reversible="false">Visible</animation>
<animation effect="slide" start="0,0" end="-30,-30" time="10000" tween="cubic" easing="inout" pulse="true" reversible="false">Visible</animation>
Zumindest bei multiimage läuft die Animation einmal ab und das Bild bleibt dann stehen
hat nichts zu sagen, ist nur anderer pfadda kommen die Bilder aber über den fanarts handler
Ja sobald ich auf einen Button im Basic home gehe startet die Animation, die Bilder von multiimage wechseln aber die Animation endet halt nach ein paar sec so lange sie halt dauert und das wars. Von vorne fängt sie nicht an. Condition hatte ich raus weil des mit von titanius kam, muss ich mal probieren und studieren. Die Animation lief aber ohne condition.also hast du multiimage + diese animation bei jedem image ?
teste
<control>
<description>Series Fanart</description>
<type>multiimage</type>
<id>1205</id>
<posX>0</posX>
<posY>0</posY>
<width>1920</width>
<height>1080</height>
<visible>control.isvisible(1005)</visible>
<imagepath>C:\ProgramData\Team MediaPortal\MediaPortal\thumbs\Fan Art\fanart\original</imagepath>
<timeperimage>25000</timeperimage>
<fadetime>1000</fadetime>
<randomize>yes</randomize>
<loop>yes</loop>
<animation effect="fade" start="100" end="0" time="250" delay="0" reversible="false">Hidden</animation>
<animation effect="fade" start="0" end="100" time="250" reversible="false">Visible</animation>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
<animation effect="zoom" start="105,105" end="110,110" time="20000" tween="cubic" easing="inout" pulse="true" reversible="false" condition="visible">conditional</animation>
<animation effect="slide" start="0,0" end="-30,-30" time="10000" tween="cubic" easing="inout" pulse="true" reversible="false" condition="visible">conditional</animation>
<animation effect="fade" start="100" end="0" time="250" delay="0" reversible="false">Hidden</animation>
<animation effect="fade" start="0" end="100" time="250" reversible="false">Visible</animation>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>