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

Configuration Attributes

Configuration JSP Tags

kendo:autoComplete-animation-close

The animation played when the suggestion popup is closed.

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

Example

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

kendo:autoComplete-animation-open

The animation played when the suggestion popup is opened.

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

Example

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