<kendo:datePicker-animation>
Configures the opening and closing animations of the calendar popup. Setting the animation option to false will disable the opening and closing animations. As a result the calendar popup will open and close instantly. is not a valid configuration.
Example
<kendo:datePicker>
<kendo:datePicker-animation></kendo:datePicker-animation>
</kendo:datePicker>
Configuration Attributes
Configuration JSP Tags
kendo:datePicker-animation-close
The animation played when the calendar popup is closed.
More documentation is available at kendo:datePicker-animation-close.
Example
<kendo:datePicker-animation>
<kendo:datePicker-animation-close></kendo:datePicker-animation-close>
</kendo:datePicker-animation>
kendo:datePicker-animation-open
The animation played when the calendar popup is opened.
More documentation is available at kendo:datePicker-animation-open.
Example
<kendo:datePicker-animation>
<kendo:datePicker-animation-open></kendo:datePicker-animation-open>
</kendo:datePicker-animation>