<kendo:treeView-animation-expand>

The animation that will be used when expanding items.

Example

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

Configuration Attributes

duration float

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

Example

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

effects java.lang.String

A whitespace-delimited string of animation effects that are used when expanding nodes. The supported effects are "expandVertical" and "fadeIn".

Example

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