<kendo:popover-animation>
A collection of {Animation} objects which are used to change the default animations. If set to false, all widget animations will be disabled. animation:true is not a valid configuration.
Example
<kendo:popover>
<kendo:popover-animation></kendo:popover-animation>
</kendo:popover>
Configuration Attributes
Configuration JSP Tags
kendo:popover-animation-close
The animation that will be used when the Popover closes.
More documentation is available at kendo:popover-animation-close.
Example
<kendo:popover-animation>
<kendo:popover-animation-close></kendo:popover-animation-close>
</kendo:popover-animation>
kendo:popover-animation-open
The animation that will be used when the Popover opens.
More documentation is available at kendo:popover-animation-open.
Example
<kendo:popover-animation>
<kendo:popover-animation-open></kendo:popover-animation-open>
</kendo:popover-animation>