\Kendo\UI\DialogAnimationOpen
A PHP class representing the open setting of DialogAnimation.
Methods
duration
Defines the open animation duration.
Returns
\Kendo\UI\DialogAnimationOpen
Parameters
$value float
Example
<?php
$open = new \Kendo\UI\DialogAnimationOpen();
$open->duration(1);
?>
effects
Effect to be used for opening of the popup.
Returns
\Kendo\UI\DialogAnimationOpen
Parameters
$value string
Example
<?php
$open = new \Kendo\UI\DialogAnimationOpen();
$open->effects('value');
?>