<kendo:tabStrip-animation-close>
The visual animation(s) that will be used when the current tab is closed.
Example
<kendo:tabStrip-animation>
<kendo:tabStrip-animation-close></kendo:tabStrip-animation-close>
</kendo:tabStrip-animation>
Configuration Attributes
duration float
The number of milliseconds used for the visual animation when the current tab is closed.
Example
<kendo:tabStrip-animation-close duration="duration">
</kendo:tabStrip-animation-close>
effects java.lang.String
A whitespace-delimited string of animation effects that are utilized when the current tab is closed. By default not specified - uses the opening animation with reverse.
Example
<kendo:tabStrip-animation-close effects="effects">
</kendo:tabStrip-animation-close>