<kendo:dateTimePicker-animation>

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

Example

<kendo:dateTimePicker>
    <kendo:dateTimePicker-animation></kendo:dateTimePicker-animation>
</kendo:dateTimePicker>

Configuration Attributes

Configuration JSP Tags

kendo:dateTimePicker-animation-close

The animation played when a popup is closed.

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

Example

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

kendo:dateTimePicker-animation-open

The animation played when the popup is opened.

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

Example

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