<kendo:popup-animation-close>

The animation played when the popup is closed.

Example

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

Configuration Attributes

duration float

The duration of the close animation in milliseconds.

Example

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

effects java.lang.String

The effect(s) to use when playing the close animation. Multiple effects should be separated with a space.Complete list of available animations

Example

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