When there is extrafanart available for movies,
#1
how do I get them to slide in & out instead of fade in & out? can anyone tell me please.
Reply
#2
I think that you can find solution for this.
I try to find condition for triger to start animation when images change (after 6 sec)...Didn have succes Sad

Maybe you have more luck.All you need is to find good timing.
Code:
    <default type="multiimage">
    <left>0</left>
    <top>0</top>
    <width>1920</width>
    <height>1080</height>
    <timeperimage>6000</timeperimage>
    <randomize>true</randomize>
    <include condition="Skin.HasSetting(keepaspect)">KeepAspect</include>
    <fadetime>FanartCrossFadeTime</fadetime>
    <animation effect="zoom" start="110" end="130" center="auto" time="10000" tween="cubic" easing="inout" pulse="true" condition="Container.Content(movies)">Conditional</animation>
    <animation effect="slide" start="-15,-15" end="15,15" time="5000" tween="cubic" easing="inout" pulse="true" condition="Container.Content(movies)">Conditional</animation>
    <animation effect="zoom" start="110" end="130" center="auto" time="10000" tween="cubic" easing="inout" pulse="true" condition="Container.Content(movies)">Conditional</animation>
    <animation effect="slide" start="-15,-15" end="15,15" time="5000" tween="cubic" easing="inout" pulse="true" condition="Container.Content(movies)">Conditional</animation>
    </default>
put this code in default.xml
Be cerful need to add proper condition,or this effect will be for all "multiimage" in skin.I put this only for movies,just to show you how to continue till find solution.
Container.Content(movies)+Some new condition Smile

edit:This is zoom efect for multi image , same is for image Wink
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply

Logout Mark Read Team Forum Stats Members Help
When there is extrafanart available for movies,2