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

Arc Progress Amination issue #134

Open
RahilRK opened this issue Jun 19, 2019 · 0 comments
Open

Arc Progress Amination issue #134

RahilRK opened this issue Jun 19, 2019 · 0 comments

Comments

@RahilRK
Copy link

RahilRK commented Jun 19, 2019

-> Sir I want to slow down animation of ArcProgress and I am using this code:

ObjectAnimator animation = ObjectAnimator.ofInt(arc_progress, "progress", 0, 60);
animation.setDuration(55 * 25);//25 for a fast but not to fast animation
animation.setInterpolator(new DecelerateInterpolator());
animation.start();

and I changed (55 * 10), but it is not slowing down.

-> And one more issue, when i restart my app it is not showing any animation (I want to restart my animation on On Create).

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

No branches or pull requests

1 participant