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