<kendo:timePicker-animation>
Configures the opening and closing animations of the popup. 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:timePicker>
<kendo:timePicker-animation></kendo:timePicker-animation>
</kendo:timePicker>
Configuration Attributes
Configuration JSP Tags
kendo:timePicker-animation-close
The animation played when the popup is closed.
More documentation is available at kendo:timePicker-animation-close.
Example
<kendo:timePicker-animation>
<kendo:timePicker-animation-close></kendo:timePicker-animation-close>
</kendo:timePicker-animation>
kendo:timePicker-animation-open
The animation played when the calendar popup is opened.
More documentation is available at kendo:timePicker-animation-open.
Example
<kendo:timePicker-animation>
<kendo:timePicker-animation-open></kendo:timePicker-animation-open>
</kendo:timePicker-animation>