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