<kendo:popover-animation-close>

The animation that will be used when the Popover closes.

Example

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

Configuration Attributes

duration float

Defines the duration of the close animation.

Example

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

effects java.lang.String

The effect that will be used for closing the Popover.

Example

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