Problem with Animations in a Fixedlist
#1
Hi dudes,

i'm trying to merge my stuff from dharma to pre-eden ...

Everything works fine, except following animations:

PHP Code:
<itemlayout condition="-" height="200" width="120">
          <
control type="image">
        <
posx>2</posx>
        <
posy>20</posy>
        <
width>110</width>
        <
height>160</height>
        <
aspectratio>stretch</aspectratio>
        <
fadetime>IconCrossfadeTime</fadetime>
        <
texture background="true">$INFO[ListItem.Icon]</texture>
        <
bordertexture border="8">ThumbBorder.png</bordertexture>
        <
bordersize>8</bordersize>
        </
control>

 </
itemlayout>

        <
focusedlayout condition="-" height="310" width="120">
          <
control type="image">
        <
posx>2</posx>
        <
posy>20</posy>
        <
width>110</width>
        <
height>160</height>
        <
aspectratio>stretch</aspectratio>
        <
fadetime>IconCrossfadeTime</fadetime>
        <
texture background="true">$INFO[ListItem.Icon]</texture>
        <
animation reversible="false" effect="zoom" start="2,16,110,160" end="-8,0,130,180" time="200">focus</animation>
        <
animation reversible="false" effect="zoom" end="2,16,110,160" start="-8,0,130,180" time="200">unfocus</animation>
        <
bordertexture border="8">ThumbBorder.png</bordertexture>
        <
bordersize>8</bordersize>
        </
control>
  </
focusedlayout>
      </
control

I see scrolling my list, but i don't get the animation shown.

Everything works on dharma ... so i'm sure i'm missing some changes related to pre-eden.

Hope someone can help me out.

Thanx

EDIT: I forgot to mention this view is not for library stuff, only addons !
Reply
#2
Maybe condition="-" is the problem... since it makes no sense anyway, try without it.
Image
Reply
#3
`Black Wrote:Maybe condition="-" is the problem... since it makes no sense anyway, try without it.

Laugh

Yo Black, that was it ! Good to know, as in dharma the "-" has no effect ...

Thanx again
Reply

Logout Mark Read Team Forum Stats Members Help
Problem with Animations in a Fixedlist0