<kendo:dropDownTree-animation>

Configures the opening and closing animations of the suggestion popup. Setting the animation option to false will disable the opening and closing animations. As a result, the suggestion popup will open and close instantly. is not a valid configuration.

Example

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

Configuration Attributes

Configuration JSP Tags

kendo:dropDownTree-animation-close

More documentation is available at kendo:dropDownTree-animation-close.

Example

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

kendo:dropDownTree-animation-open

The animation played when the suggestion popup is opened.

More documentation is available at kendo:dropDownTree-animation-open.

Example

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