Dim/Fade/Darken Background Image?
#2
I realise that I may have been on the wrong track there so I also tried adding the following just after the < but that made no difference either.

Code:
<include>VisibleFadeEffect</include>
and/or
Code:
<include>Overlay</include>

I'm pretty sure I'm really close but that I'm just missing something small or not understanding the correct place to put it.

Here's a full breakdown of the code for the background image:

Code:
<controls>
    <control type = "group">
    <include>VisibleFadeEffect</include>
        <animation
                effect = "slide"
                start = "1280,0"
                end = "0,0"
                time = "400"
                tween = "quadratic"
                easing = "out">WindowOpen</animation>
        <animation
                effect = "slide"
                start = "0,0"
                end = "1280,0"
                time = "400"
                tween = "quadratic"
                easing = "out">WindowClose</animation>
    <control type = "image">
        <posx>0</posx>
            <posy>0</posy>
        <width>1290</width>
        <height>730</height>
        <aspectratio scalediffuse="true">stretch</aspectratio>
        <!--<texture>simplicity/background-solid.png</texture>-->
        <texture background="true" fallback="nothumb.png">$INFO[ListItem.Property(Fanart_Image)]</texture>
    </control>
Reply


Messages In This Thread
[No subject] - by Kheiron2711 - 2011-11-19, 23:44
[No subject] - by Kheiron2711 - 2011-11-28, 18:33
[No subject] - by ronie - 2011-11-30, 01:35
Logout Mark Read Team Forum Stats Members Help
Dim/Fade/Darken Background Image?0