<kendo:progressBar-animation>
Configures the progress animation. Currently only the duration of the animation could be set.
Example
<kendo:progressBar>
<kendo:progressBar-animation></kendo:progressBar-animation>
</kendo:progressBar>
Configuration Attributes
duration float
The duration of each progress animation in milliseconds.
Example
<kendo:progressBar-animation duration="duration">
</kendo:progressBar-animation>