manumaticx / circularprogress

Circular Progressbar Widget for Alloy
87 stars 20 forks source link

iOS: Animation bug #18

Open arifje opened 8 years ago

arifje commented 8 years ago

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

manumaticx commented 8 years ago

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!