\Kendo\UI\TooltipAnimationClose
A PHP class representing the close setting of TooltipAnimation.
Methods
duration
Defines the duration of the close animation.
Returns
\Kendo\UI\TooltipAnimationClose
Parameters
$value float
Example
<?php
$close = new \Kendo\UI\TooltipAnimationClose();
$close->duration(1);
?>
effects
The effect that will be used for closing the Tooltip.
Returns
\Kendo\UI\TooltipAnimationClose
Parameters
$value string
Example
<?php
$close = new \Kendo\UI\TooltipAnimationClose();
$close->effects('value');
?>