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

Configuration Attributes

Configuration JSP Tags

kendo:multiSelect-animation-close

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

Example

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

kendo:multiSelect-animation-open

The animation played when the suggestion popup is opened.

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

Example

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