MultiImage with Container(51).OnNext | Container(51).OnPrevious Problem
#1
My code:  


    
Code:
   <!-- Extraposter -->                     
                        <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="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="102000" time="500"/>                        
                        </animation>    
                        <animation type="WindowOpen" condition="true" loop="false" reversible="false">
                        <effect type="fade" start="0" end="100" delay="18000" time="500"/>
                        <effect type="fade" start="100" end="0" delay="102000" time="500"/>                            
                        </animation>                        
                        <visible>!Skin.HasSetting(showextraposter)</visible>    
                    </control>            

Problem: The behavior is very buggy
1) It only shows sometimes
2) The animation is very random, sometimes it don't start, sometimes the animation is too short
3) When i scroll to next movie entry, for a blink of an eye (0.1 sec) the a image is popping up. but in the animation there is a delay set.

What i want to reach:

For some AAA movies there are multiple character poster, i want a overlay/sideshow on the main poster

Thanks for your help
Reply

Logout Mark Read Team Forum Stats Members Help
MultiImage with Container(51).OnNext | Container(51).OnPrevious Problem0