\Kendo\UI\ChatToolbarAnimationCollapse

A PHP class representing the collapse setting of ChatToolbarAnimation.

Methods

duration

Configures the duration (in milliseconds) for the collapse animation of the toolbar.

Returns

\Kendo\UI\ChatToolbarAnimationCollapse

Parameters

$value float

Example

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

effects

Configures the effects for the collapse animation of the toolbar.

Returns

\Kendo\UI\ChatToolbarAnimationCollapse

Parameters

$value string

Example

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