\Kendo\UI\PopoverAnimationOpen
A PHP class representing the open setting of PopoverAnimation.
Methods
duration
Defines the duration of the open animation.
Returns
\Kendo\UI\PopoverAnimationOpen
Parameters
$value float
Example
<?php
$open = new \Kendo\UI\PopoverAnimationOpen();
$open->duration(1);
?>
effects
The effect that will be used for opening the Popover.
Returns
\Kendo\UI\PopoverAnimationOpen
Parameters
$value string
Example
<?php
$open = new \Kendo\UI\PopoverAnimationOpen();
$open->effects('value');
?>