Kodi Community Forum

Full Version: How to animate menu items when type animation WindowOpen?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!

How to animate menu items when type animation WindowOpen?

There is a code:
xml:

...
<control type="list" id="9000">
<animation type="WindowOpen" reversible="false">
         <effect type="slide" start="-1140" end="0" time="500" />
</animation>
...
So when you open a new window, all menu items are immediately animated.

And it is necessary that when the window is opened, all menu items are animated in turn, as in the picture:
Image

How to do this? What to use for this?
that's simply not possible with a list container :-)
(2019-03-09, 20:24)ronie Wrote: [ -> ]that's simply not possible with a list container :-)
 Thank. Everything turned out with the help of grоuplist and buttons!