\Kendo\UI\MenuAnimationOpen

A PHP class representing the open setting of MenuAnimation.

Methods

duration

Defines the animation duration in milliseconds.

Returns

\Kendo\UI\MenuAnimationOpen

Parameters

$value float

Example

<?php
$open = new \Kendo\UI\MenuAnimationOpen();
$open->duration(1);
?>

effects

Effect to be used for opening of the popup.

Returns

\Kendo\UI\MenuAnimationOpen

Parameters

$value string

Example

<?php
$open = new \Kendo\UI\MenuAnimationOpen();
$open->effects('value');
?>
In this article
Not finding the help you need?