<kendo:menu-animation-close>
The animation that will be used when closing sub menus.
Example
<kendo:menu-animation>
<kendo:menu-animation-close></kendo:menu-animation-close>
</kendo:menu-animation>
Configuration Attributes
duration float
Defines the animation duration in milliseconds.
Example
<kendo:menu-animation-close duration="duration">
</kendo:menu-animation-close>
effects java.lang.String
Effect to be used for closing of the popup.
Example
<kendo:menu-animation-close effects="effects">
</kendo:menu-animation-close>