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