\Kendo\UI\TooltipAnimationOpen

A PHP class representing the open setting of TooltipAnimation.

Methods

duration

Defines the duration of the open animation.

Returns

\Kendo\UI\TooltipAnimationOpen

Parameters

$value float

Example

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

effects

The effect that will be used for opening the Tooltip.

Returns

\Kendo\UI\TooltipAnimationOpen

Parameters

$value string

Example

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