\Kendo\UI\WindowAnimationClose
A PHP class representing the close setting of WindowAnimation.
Methods
duration
Defines the duration of the closing animation.
Returns
\Kendo\UI\WindowAnimationClose
Parameters
$value float
Example
<?php
$close = new \Kendo\UI\WindowAnimationClose();
$close->duration(1);
?>
effects
The effect that will be used when the popup closes.
Returns
\Kendo\UI\WindowAnimationClose
Parameters
$value string
Example
<?php
$close = new \Kendo\UI\WindowAnimationClose();
$close->effects('value');
?>