Animated Backdrop in Moving Pictures? (1 Viewer)

floeti

Portal Member
February 25, 2009
7
0
Hi,

I just tried to apply the main menu backround's animation effect to the fanart backdrops in moving pictures, but without success...

What I did was to copy these lines from BasicHome.xml

Code:
<animation effect="zoom" start="105,105" end="110,110" time="20000" tween="cubic" easing="inout" pulse="true" reversible="false" condition="true">Conditional</animation>
<animation effect="slide" start="0,0" end="-20,-20" time="10000" tween="cubic" easing="inout" pulse="true" reversible="false" condition="true">Conditional</animation>

into both the following sections in movingpictures.xml:

Code:
<control>
      <description>Movie Backdrop (Fan Art) - Plug-in sets to invisible, if no art.</description>
      <type>image</type>
      <id>1</id>
      <posX>0</posX>
      <posY>0</posY>
      <width>1280</width>
      <height>720</height>
      <texture>#MovingPictures.Backdrop</texture>
<animation effect="zoom" start="105,105" end="110,110" time="20000" tween="cubic" easing="inout" pulse="true" reversible="false" condition="true">Conditional</animation>
<animation effect="slide" start="0,0" end="-20,-20" time="10000" tween="cubic" easing="inout" pulse="true" reversible="false" condition="true">Conditional</animation>
      <animation effect="fade" start="0" end="100" time="3000">WindowOpen</animation>
      <animation effect="fade" start="0" end="100" time="200">Visible</animation>
      <animation effect="fade" start="100" end="0" time="200" delay="200">Hidden</animation>
      <!-- Do not modify the visibility for this component. It is handled by the plug-in. Use the above
           defines for conditional visibility if you dont want to use fan-art only specific views. -->
    </control>
    <control>
      <description>Alternate Movie Backdrop - Toggles Load with Component 1 for animations on visibiltiy</description>
      <type>image</type>
      <id>11</id>
      <posX>0</posX>
      <posY>0</posY>
      <width>1280</width>
      <height>720</height>
      <texture>#MovingPictures.Backdrop2</texture>
<animation effect="zoom" start="105,105" end="110,110" time="20000" tween="cubic" easing="inout" pulse="true" reversible="false" condition="true">Conditional</animation>
<animation effect="slide" start="0,0" end="-20,-20" time="10000" tween="cubic" easing="inout" pulse="true" reversible="false" condition="true">Conditional</animation>
      <animation effect="fade" start="0" end="100" time="350">Visible</animation>
      <animation effect="fade" start="100" end="0" time="200" delay="200">Hidden</animation>
      <!-- Do not modify the visibility for this component. It is handled by the plug-in. Use the above
           defines for conditional visibility if you dont want to use fan-art only specific views. -->
    </control>

But the effect does not seem to work. I deleted the Cache, and if i change the width-Tag, there is some change in the skin, so it must be the correct section. Just seems the animations do not work.

Can anyone help me please?


Cya

floeti
 

Users who are viewing this thread

Top Bottom