<kendo:tooltip-animation>
A collection of {Animation} objects which are used to change the default animations. If set to false, all widget animations will be disabled. animation:true is not a valid configuration.
Example
<kendo:tooltip>
<kendo:tooltip-animation></kendo:tooltip-animation>
</kendo:tooltip>
Configuration Attributes
Configuration JSP Tags
kendo:tooltip-animation-close
The animation that will be used when the Tooltip closes.
More documentation is available at kendo:tooltip-animation-close.
Example
<kendo:tooltip-animation>
<kendo:tooltip-animation-close></kendo:tooltip-animation-close>
</kendo:tooltip-animation>
kendo:tooltip-animation-open
The animation that will be used when the Tooltip opens.
More documentation is available at kendo:tooltip-animation-open.
Example
<kendo:tooltip-animation>
<kendo:tooltip-animation-open></kendo:tooltip-animation-open>
</kendo:tooltip-animation>