<kendo:tooltip-animation-close>

The animation that will be used when the Tooltip closes.

Example

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

Configuration Attributes

duration float

Defines the duration of the close animation.

Example

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

effects java.lang.String

The effect that will be used for closing the Tooltip.

Example

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