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