\Kendo\UI\ExpansionPanelAnimationCollapse

A PHP class representing the collapse setting of ExpansionPanelAnimation.

Methods

duration

The number of milliseconds used for the visual animation when a ExpansionPanel item is closed.

Returns

\Kendo\UI\ExpansionPanelAnimationCollapse

Parameters

$value float

Example

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

effects

A whitespace-delimited string of animation effects that are utilized when a ExpansionPanel item is closed. Available options are "fadeOut" and "zoomOut".

Returns

\Kendo\UI\ExpansionPanelAnimationCollapse

Parameters

$value string

Example

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