- May 13, 2007
- 418
- 37
- Home Country
-
United Kingdom
Animations, such as fade, set on a fanart background do not fire from the TVseries plugin.
For example, the following should make the background fade into and out of a fan art when they become visible.
<control>
<description>Fan Art Image</description>
<type>image</type>
<id>524</id>
<posX>0</posX>
<posY>0</posY>
<width>1920</width>
<height>1080</height>
<texture>-</texture>
<animation effect="fade" time="2000" reversible="false">hidden</animation>
<animation effect="fade" time="2000" reversible="false">visible</animation>
<animation effect="fade" time="2000" reversible="false">WindowClose</animation>
<animation effect="fade" time="2000" reversible="false">WindowOpen</animation>
</control>
These events are NOT being triggered by the plugin, but you can see them working if you are on a fan art page and then press the home key rather than back.
Use my new skin preview to demonstrate all these animation bugs.
https://forum.team-mediaportal.com/...-skin-designed-tvseries-plugin-preview-40624/
For example, the following should make the background fade into and out of a fan art when they become visible.
<control>
<description>Fan Art Image</description>
<type>image</type>
<id>524</id>
<posX>0</posX>
<posY>0</posY>
<width>1920</width>
<height>1080</height>
<texture>-</texture>
<animation effect="fade" time="2000" reversible="false">hidden</animation>
<animation effect="fade" time="2000" reversible="false">visible</animation>
<animation effect="fade" time="2000" reversible="false">WindowClose</animation>
<animation effect="fade" time="2000" reversible="false">WindowOpen</animation>
</control>
These events are NOT being triggered by the plugin, but you can see them working if you are on a fan art page and then press the home key rather than back.
Use my new skin preview to demonstrate all these animation bugs.
https://forum.team-mediaportal.com/...-skin-designed-tvseries-plugin-preview-40624/