<kendo:treeView-animation-collapse>

The animation that will be used when collapsing items.

Example

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

Configuration Attributes

duration float

The number of milliseconds used for the animation when a node is expanded.

Example

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

effects java.lang.String

A whitespace-delimited string of animation effects that are used when collapsing nodes. The supported effects are fadeOut and collapseVertical.

Example

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