Weather on basichome animation to slow. (1 Viewer)

ysmp

Design Group
  • Team MediaPortal
  • May 17, 2008
    1,863
    744
    Seoul.
    Home Country
    South Korea South Korea
    Hi D / T ,
    with new version 1.7.5 the weather animations in basichome seams to feade VERY slow ,and view for abut 1~2 sec' with the next button down or up ... i Success to cupture it still view with next button as a screenshot ...

    MP 1.2.2

    Thanks .
     

    Holzi

    Super Moderator
  • Team MediaPortal
  • April 21, 2010
    7,934
    2,235
    Ba-Wü
    Home Country
    Germany Germany
    AW: Weather on basichome animation to slow.

    Hello!
    You could try this animation settings:

    <animation effect="fade" start="20" end="100" delay="100" time="400" reversible="false">Visible</animation>
    <animation effect="fade" start="0" end="100" delay="200" time="400" reversible="false">WindowOpen</animation>
    <animation effect="fade" start="100" end="0" delay="200" time="400" reversible="false">WindowClose</animation>

    Example:
    <control>
    <description>TODAY ICON</description>
    <id>0</id>
    <type>image</type>
    <texture>#WorldWeather.TodayIconImage</texture>
    <posX>460</posX>
    <posY>155</posY>
    <height>180</height>
    <width>180</width>
    <visible>[Control.HasFocus(1701)|Control.HasFocus(1801)|control.isvisible(1201)]+!control.isvisible(11111)</visible>
    <animation effect="fade" start="20" end="100" delay="100" time="400" reversible="false">Visible</animation>
    <animation effect="fade" start="0" end="100" delay="200" time="400" reversible="false">WindowOpen</animation>
    <animation effect="fade" start="100" end="0" delay="200" time="400" reversible="false">WindowClose</animation>

    </control>

    You have to enter this animations for every image and label which is shown in BasicHome Weather.
     

    ysmp

    Design Group
  • Team MediaPortal
  • May 17, 2008
    1,863
    744
    Seoul.
    Home Country
    South Korea South Korea
    Hi Holzi , thanks ... :)
    I belive i can fix it on my system , it was more report for skiners ... ;)
     

    ysmp

    Design Group
  • Team MediaPortal
  • May 17, 2008
    1,863
    744
    Seoul.
    Home Country
    South Korea South Korea

    Users who are viewing this thread

    Top Bottom