\Kendo\UI\ContextMenuAnimationClose

A PHP class representing the close setting of ContextMenuAnimation.

Methods

duration

Defines the close animation duration in milliseconds.

Returns

\Kendo\UI\ContextMenuAnimationClose

Parameters

$value float

Example

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

effects

Effect to be used when closing the popup.

Returns

\Kendo\UI\ContextMenuAnimationClose

Parameters

$value string

Example

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