\Kendo\Dataviz\UI\MapLayerTooltipAnimationOpen

A PHP class representing the open setting of MapLayerTooltipAnimation.

Methods

duration

Defines the animation duration.

Returns

\Kendo\Dataviz\UI\MapLayerTooltipAnimationOpen

Parameters

$value float

Example

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

effects

Effect to be used for opening of the Tooltip.

Returns

\Kendo\Dataviz\UI\MapLayerTooltipAnimationOpen

Parameters

$value string

Example

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