range-slider-view icon indicating copy to clipboard operation
range-slider-view copied to clipboard

hideRippleEffect() should be a must for this library

Open albert0m opened this issue 9 years ago • 1 comments

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.

albert0m avatar Oct 04 '16 09:10 albert0m

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

chihung93 avatar Oct 12 '16 04:10 chihung93