Hello!
How to animate menu items when type animation WindowOpen?
There is a code:
And it is necessary that when the window is opened, all menu items are animated in turn, as in the picture:
![Full sized picture Image]()
How to do this? What to use for this?
How to animate menu items when type animation WindowOpen?
There is a code:
...
<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:

How to do this? What to use for this?