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