Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support
Resources
Design and Productivity Tools
How do I control the animation duration in this case. What's the k-option?
<
div
kendo-progress-bar
=
"progressBar"
k-options
"options"
ng-model
"progress"
style
"width: 100%;"
> </
>
Hello, Mudi,
In order to set the needed duration through the options, you can use the following approach:
$scope.options = { animation: {duration: 4000}};
$scope.animation = {duration: 2000};
Examples can be found below:
https://dojo.telerik.com/iGEyiPEM
https://dojo.telerik.com/@nenchef/ihApeJET/3
Hope this would help.
Regards, Nencho Progress Telerik