<kendo:tabStrip-animation-open>
The visual animation(s) that will be used when the new tab is shown.
Example
<kendo:tabStrip-animation>
<kendo:tabStrip-animation-open></kendo:tabStrip-animation-open>
</kendo:tabStrip-animation>
Configuration Attributes
duration float
The number of milliseconds used for the visual animation when a new tab is shown.
Example
<kendo:tabStrip-animation-open duration="duration">
</kendo:tabStrip-animation-open>
effects java.lang.String
A whitespace-separated string of animation effects that are used when a new tab is shown. Options include"expand:vertical" and "fadeIn".
Example
<kendo:tabStrip-animation-open effects="effects">
</kendo:tabStrip-animation-open>