\Kendo\UI\ChatToolbarAnimationExpand

A PHP class representing the expand setting of ChatToolbarAnimation.

Methods

duration

Configures the duration of the expand animation.

Returns

\Kendo\UI\ChatToolbarAnimationExpand

Parameters

$value float

Example

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

effects

Configures the effects of the expand animation.

Returns

\Kendo\UI\ChatToolbarAnimationExpand

Parameters

$value string

Example

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