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

hideRippleEffect() should be a must for this library #8

Open
albert0m opened this issue Oct 4, 2016 · 1 comment
Open

hideRippleEffect() should be a must for this library #8

albert0m opened this issue Oct 4, 2016 · 1 comment

Comments

@albert0m
Copy link

albert0m commented Oct 4, 2016

This library is awesome but I don't know why there isn't a method to hide the click effect that really is out of place in a production environment.
If I set the radius to 0 the animation still happens.

@chihung93
Copy link

remove or comment this line : animateRipple();
or customize yourself:
if (enableRippleEffect){
animateRipple();
}

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

2 participants