Is there any way to fade this control in and out? I think the transformation is too abrupt when you scroll down your video list.
<control>
<description>Fanart</description>
<type>image</type>
<id>1</id>
<posX>0</posX>
<posY>0</posY>
<width>1920</width>
<height>1080</height>
<texture>fanart_imdb\#imdbnumber.jpg</texture>
</control>
I have tried <animation effect="fade" time="1000">VisibleChange</animation> with no luck
<control>
<description>Fanart</description>
<type>image</type>
<id>1</id>
<posX>0</posX>
<posY>0</posY>
<width>1920</width>
<height>1080</height>
<texture>fanart_imdb\#imdbnumber.jpg</texture>
</control>
I have tried <animation effect="fade" time="1000">VisibleChange</animation> with no luck
Norway