\Kendo\Dataviz\UI\MapLayerDefaultsMarkerTooltipAnimationOpen

A PHP class representing the open setting of MapLayerDefaultsMarkerTooltipAnimation.

Methods

duration

Defines the animation duration.

Returns

\Kendo\Dataviz\UI\MapLayerDefaultsMarkerTooltipAnimationOpen

Parameters

$value float

Example

<?php
$open = new \Kendo\Dataviz\UI\MapLayerDefaultsMarkerTooltipAnimationOpen();
$open->duration(1);
?>

effects

Effect to be used for opening of the Tooltip.

Returns

\Kendo\Dataviz\UI\MapLayerDefaultsMarkerTooltipAnimationOpen

Parameters

$value string

Example

<?php
$open = new \Kendo\Dataviz\UI\MapLayerDefaultsMarkerTooltipAnimationOpen();
$open->effects('value');
?>
In this article
Not finding the help you need?