<kendo:window-animation>
A collection of {Animation} objects that is used to change the default animations. When set to false, all animations will be disabled.
Example
<kendo:window>
<kendo:window-animation></kendo:window-animation>
</kendo:window>
Configuration Attributes
Configuration JSP Tags
kendo:window-animation-close
The animation that will be used when a Window closes.
More documentation is available at kendo:window-animation-close.
Example
<kendo:window-animation>
<kendo:window-animation-close></kendo:window-animation-close>
</kendo:window-animation>
kendo:window-animation-open
The animation that will be used when a Window opens.
More documentation is available at kendo:window-animation-open.
Example
<kendo:window-animation>
<kendo:window-animation-open></kendo:window-animation-open>
</kendo:window-animation>