circularprogress
circularprogress copied to clipboard
iOS: Animation bug
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
As mentioned in #13 animate is not working on iOS. I'm sorry I didn't mention in the readme.
For now, you have to use $.progress.setValue on iOS. But if you have any clue why this is not working on iOS please let me know. Pull request is very welcome!