\Kendo\UI\MultiColumnComboBoxAnimationOpen

A PHP class representing the open setting of MultiColumnComboBoxAnimation.

Methods

duration

The duration of the open animation in milliseconds.

Returns

\Kendo\UI\MultiColumnComboBoxAnimationOpen

Parameters

$value float

Example

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

effects

The effect(s) to use when playing the open animation. Multiple effects should be separated with a space.Complete list of available animations

Returns

\Kendo\UI\MultiColumnComboBoxAnimationOpen

Parameters

$value string

Example

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