circularprogress icon indicating copy to clipboard operation
circularprogress copied to clipboard

iOS: Animation bug

Open arifje opened this issue 9 years ago • 1 comments

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

arifje avatar Apr 08 '16 10:04 arifje

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!

manumaticx avatar Apr 08 '16 10:04 manumaticx