<kendo:panelBar-animation-collapse>

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

Example

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

Configuration Attributes

duration float

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

Example

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

effects java.lang.String

A whitespace-delimited string of animation effects that are utilized when a PanelBar item is closed. Options include "fadeOut".

Example

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