<kendo:dropDownTree-animation-open>

The animation played when the suggestion popup is opened.

Example

<kendo:dropDownTree-animation>
    <kendo:dropDownTree-animation-open></kendo:dropDownTree-animation-open>
</kendo:dropDownTree-animation>

Configuration Attributes

duration float

The duration of the open animation in milliseconds.

Example

<kendo:dropDownTree-animation-open duration="duration">
</kendo:dropDownTree-animation-open>

effects java.lang.String

The effect(s) to use when playing the open animation. Multiple effects should be separated with a space.Complete list of available animations

Example

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