Kodi Community Forum
Fade the left half of a Fixedlist - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: Fade the left half of a Fixedlist (/showthread.php?tid=70712)



Fade the left half of a Fixedlist - mcborzu - 2010-03-24

I have a Fixedlist:

Horizontal
FocusPosition = 3

I want to fade the left half (0,1 and 2) then slide the plot in...My fist guess was:

PHP Code:
<include name="Animation_Poster_Leftside_Plot_Fade">
        <
animation type="Conditional" reversible="false" condition="Container(50).Column(1) + ![Container.OnPrevious | Container.OnNext]" >
            <
effect type="fade" start="100" end="0" time="400" delay="400" />
        </
animation>
    </include> 

No luck though, thx for any help....


- Jezz_X - 2010-03-24

you can't the only real way to do it is fade all unfocused or cover it up with another image or build the list manually like we do coverflow


- mcborzu - 2010-03-24

good to know, thx