\Kendo\UI\ContextMenuAnimationOpen

A PHP class representing the open setting of ContextMenuAnimation.

Methods

duration

Defines the open animation duration in milliseconds.

Returns

\Kendo\UI\ContextMenuAnimationOpen

Parameters

$value float

Example

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

effects

Effect to be used when opening the popup.

Returns

\Kendo\UI\ContextMenuAnimationOpen

Parameters

$value string

Example

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