\Kendo\Dataviz\UI\MapLayerTooltipAnimationClose
A PHP class representing the close setting of MapLayerTooltipAnimation.
Methods
duration
Defines the animation duration.
Returns
\Kendo\Dataviz\UI\MapLayerTooltipAnimationClose
Parameters
$value float
Example
<?php
$close = new \Kendo\Dataviz\UI\MapLayerTooltipAnimationClose();
$close->duration(1);
?>
effects
Effect to be used for closing of the tooltip.
Returns
\Kendo\Dataviz\UI\MapLayerTooltipAnimationClose
Parameters
$value string
Example
<?php
$close = new \Kendo\Dataviz\UI\MapLayerTooltipAnimationClose();
$close->effects('value');
?>