<kendo:dropDownList-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:dropDownList>
    <kendo:dropDownList-animation></kendo:dropDownList-animation>
</kendo:dropDownList>

Configuration Attributes

Configuration JSP Tags

kendo:dropDownList-animation-close

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

Example

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

kendo:dropDownList-animation-open

The animation played when the suggestion popup is opened.

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

Example

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