range-slider-view
range-slider-view copied to clipboard
hideRippleEffect() should be a must for this library
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.
remove or comment this line : animateRipple(); or customize yourself: if (enableRippleEffect){ animateRipple(); }