<kendo:expansionPanel-animation-collapse>

The visual animation(s) that will be used when ExpansionPanel items are closed.

Example

<kendo:expansionPanel-animation>
    <kendo:expansionPanel-animation-collapse></kendo:expansionPanel-animation-collapse>
</kendo:expansionPanel-animation>

Configuration Attributes

duration float

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

Example

<kendo:expansionPanel-animation-collapse duration="duration">
</kendo:expansionPanel-animation-collapse>

effects java.lang.String

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

Example

<kendo:expansionPanel-animation-collapse effects="effects">
</kendo:expansionPanel-animation-collapse>
In this article
Not finding the help you need?