<kendo:window-animation-close>

The animation that will be used when a Window closes.

Example

<kendo:window-animation>
    <kendo:window-animation-close></kendo:window-animation-close>
</kendo:window-animation>

Configuration Attributes

duration float

Defines the duration of the closing animation.

Example

<kendo:window-animation-close duration="duration">
</kendo:window-animation-close>

effects java.lang.String

The effect that will be used when the popup closes.

Example

<kendo:window-animation-close effects="effects">
</kendo:window-animation-close>
In this article
Not finding the help you need?