<kendo:dialog-animation-close>

The animation that will be used when a Dialog closes.

Example

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

Configuration Attributes

duration float

Defines the close animation duration.

Example

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

effects java.lang.String

Effect to be used for closing of the popup.

Example

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