<kendo:comboBox-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.

Example

<kendo:comboBox>
    <kendo:comboBox-animation></kendo:comboBox-animation>
</kendo:comboBox>

Configuration Attributes

Configuration JSP Tags

kendo:comboBox-animation-close

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

Example

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

kendo:comboBox-animation-open

The animation played when the suggestion popup is opened.

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

Example

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