-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Description
Animation is wrong with some values/duration combinations.
Example;
var percentage = 67;
$.progress.animate({
value: percentage,
duration: 2500,
});
Result: https://streamable.com/8p6c
Using SDK 5.2.2.GA