<kendo:tooltip-animation-open>

The animation that will be used when the Tooltip opens.

Example

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

Configuration Attributes

duration float

Defines the duration of the open animation.

Example

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

effects java.lang.String

The effect that will be used for opening the Tooltip.

Example

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