<kendo:popover-animation-open>
The animation that will be used when the Popover opens.
Example
<kendo:popover-animation>
<kendo:popover-animation-open></kendo:popover-animation-open>
</kendo:popover-animation>
Configuration Attributes
duration float
Defines the duration of the open animation.
Example
<kendo:popover-animation-open duration="duration">
</kendo:popover-animation-open>
effects java.lang.String
The effect that will be used for opening the Popover.
Example
<kendo:popover-animation-open effects="effects">
</kendo:popover-animation-open>