BUG: No animation for fanart (1 Viewer)

gamejester

Retired Team Member
  • Premium Supporter
  • May 13, 2007
    418
    37
    Home Country
    United Kingdom 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/
     

    Inker

    Retired Team Member
  • Premium Supporter
  • December 6, 2004
    2,055
    318
    From the code:
    Code said:
    // always visible, no more triggered animations (sorry)

    I remember making it explicitly this way a while ago after fighting with some issues, though I cannot remember the exact issue right now.
     

    Users who are viewing this thread

    Top Bottom