bug in fade animation (1 Viewer)

wertzui

Retired Team Member
  • Premium Supporter
  • July 2, 2005
    320
    8
    MediaPortal Version: 0.2.2.0 - latest SVN
    MediaPortal Skin:
    Windows Version: Windows XP (SP2)
    CPU Type: AMD Athlon XP 2200+
    HDD: Seagate (400GB)
    Memory: 512 MB DDR
    Motherboard: Epox 8K5A2
    Motherboard Chipset: Via KT333 / VT8367-8235
    Motherboard Bios: Award
    Video Card: Nvidia Geforce4 TI 4600 (128 MB)
    Video Card Driver: 7.1.5.0
    Sound Card: Vinyl AC'97 Codec Combo Driver (WDM)
    Sound Card AC3:
    Sound Card Driver: -
    1. TV Card: Hauppauge Nova-T
    1. TV Card Type: DVB-T
    1. TV Card Driver: 2.102.22285.0
    2. TV Card:
    2. TV Card Type:
    2. TV Card Driver:
    3. TV Card:
    3. TV Card Type:
    3. TV Card Driver:
    4. TV Card:
    4. TV Card Type:
    4. TV Card Driver:
    MPEG2 Video Codec: MPV Decoder Filter
    MPEG2 Audio Codec: MPA Decoder Filter
    Satelite/CableTV Provider:
    HTPC Case: cardboard box
    Cooling: Air cooling
    Power Supply: No Name 250W
    Remote: Medion
    TV:
    TV - HTPC Connection:

    when using the fade animation like this:
    Code:
          <animation effect="fade" time="2000" end="50" delay="1000">WindowOpen</animation>
          <animation effect="fade" time="2000" start="50" end="0" delay="7000">WindowOpen</animation>
          <animation effect="fade" time="2000" end="50" delay="10000">WindowOpen</animation>
          <animation effect="fade" time="2000" start="50" end="0" delay="17000">WindowOpen</animation>

    wich should fade the image in, then out, then in and then out again,
    the image is not displayed at all.
     

    Bavarian

    Retired Team Member
  • Premium Supporter
  • April 4, 2005
    698
    167
    Germany, Bayern
    Home Country
    Germany Germany
    The fade animations works correctly, but it do not include the possibility to have more then one in there. The reason for this is that the fade animation is keeping the end value which is specified. If more fade animations are secified then they are multiplied together. In the above example end value of the first line is 50% and after the second line it is 0%. This means that from the second line on the control will not be displayed anymore undependent what follows.


    Bavarian
     

    Users who are viewing this thread

    Top Bottom