Kodi Community Forum

Full Version: Slide and zoom animation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I tried to put an slide and zoom animation in an image on my addon, the problem, it only does 1 of the animations, why?
are you using the correct format for multiple animations?
http://kodi.wiki/view/Animating_Your_Ski...ation_Tags

if you can't figure it out, please share the code you're using.
none of us are mindreaders :-)
omg, how could I forget about that... >.<

there is an error in this code segment, and I dont know where it is. :x

<animation type="Visible" condition="Window.IsActive(Home)" reversible="false">
<effect="slide" end="-500,0" time="200"/>
<effect="zoom" start="100" end="200" center="auto" time="2000" delay="200" reversible="true"/>
</animation>
omg, found the error, I'm so dumb omg >.<

forgot to write "type" in the effect tag
I have another question, after doing the slide and zoom animation how do I do to make stay at the ending point?

For example:

Starting point- http://prntscr.com/9tfc2f

Ending point- http://prntscr.com/9tfdbm