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

enter ripple animation play twice. #24

Open
lucca2011 opened this issue Apr 28, 2016 · 0 comments
Open

enter ripple animation play twice. #24

lucca2011 opened this issue Apr 28, 2016 · 0 comments

Comments

@lucca2011
Copy link

Long press and release finger before ripple animation ended, the enter animation will play twice.
In Ripple.java method enter(), called animation start twice here.
Comment the three line may fix it.
// radius.start();
// cX.start();
// cY.start();

    AnimatorsCompat.startWithAutoCancel(radius);
    AnimatorsCompat.startWithAutoCancel(cX);
    AnimatorsCompat.startWithAutoCancel(cY);
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