Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS: Animation bug #18

Open
arifje opened this issue Apr 8, 2016 · 1 comment
Open

iOS: Animation bug #18

arifje opened this issue Apr 8, 2016 · 1 comment

Comments

@arifje
Copy link

arifje commented Apr 8, 2016

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 manumaticx changed the title Animation bug iOS: Animation bug Apr 8, 2016
@manumaticx
Copy link
Owner

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants