Kodi Community Forum

Full Version: label fade-in over 1400ms
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

Can someone please assist with code that will enable a label to fade-in over 1400ms. The label should start out hidden. I have tried the following without success:
xml:

    <control type="label">
            <animation effect="fade" start="0" time="14000" condition="Control.HasFocus(9000)" pulse="true">Conditional</animation>            
            <posx>700</posx>
            <posy>310</posy>
            <height>85</height>
            <width>85</width>
            <font>font35_title</font>
            <label>$NUMBER[2]</label>
            <align>center</align>
            <aligny>center</aligny>
        </control>

Thank you