MultiImage ignores or random behavior fade in delay on WindowOpen
#1
I tried a lot, not gettin to work, the animation type="WindowOpen" with the delay="18000" is working very random.
Sometimes it is ignoring the delay, sometimes the delay is shorter, and sometimes all working fine!
Can somebody help me please, any ideas?
The 1:1 same animation on Container(51).OnNext | Container(51).OnPrevious is working like a charm, why not on WindowOpen?




Code:
                        <control type="multiimage">    
                        <timeperimage>6000</timeperimage>
                        <randomize>true</randomize>    
                        <fadetime>FanartCrossFadeTime</fadetime>                        
                        <left>-7</left>
                        <top>98</top>
                        <width>368</width>
                        <height>522</height>
                        <aspectratio align="center" aligny="top">stretch</aspectratio>    
                        <imagepath background="true">$INFO[ListItem.Path,,extraposter/]</imagepath>
                        <animation type="WindowOpen" ?condition="true" loop="true" reversible="false"?>
                        <effect type="fade" start="0" end="100" delay="18000" time="500"/>
                        <effect type="fade" start="100" end="0" delay="100000" time="500"/>                            
                        </animation>                        
                        <animation type="Conditional" reversible="false" condition="![Container(51).OnNext | Container(51).OnPrevious]">                        
                        <effect type="fade" start="0" end="100" delay="18000" time="500"/>
                        <effect type="fade" start="100" end="0" delay="100000" time="500"/>                        
                        </animation> 
                    </control>
Reply


Messages In This Thread
MultiImage ignores or random behavior fade in delay on WindowOpen - by chrissix666 - 2019-02-05, 20:59
Logout Mark Read Team Forum Stats Members Help
MultiImage ignores or random behavior fade in delay on WindowOpen0