jquery.ripples icon indicating copy to clipboard operation
jquery.ripples copied to clipboard

remove white ripples reflection

Open archimedo opened this issue 4 years ago • 2 comments

Hi Sirxemic,

First of all thank you for making such a cool plugin. I wanted to ask you if it's possibile to remove the white reflections from the ripples and just leave the wavy movement.

Thank you!

archimedo avatar Sep 17 '20 08:09 archimedo

I've been thinking of making that part more customizable. But for now I can tell you that the white reflections are caused by the specular variable. Just removing it from the following code should fix it for you: https://github.com/sirxemic/jquery.ripples/blob/b60368e5a9abbee6ff798d2dfb65c7773711f613/src/main.js#L700-L701

sirxemic avatar Sep 17 '20 09:09 sirxemic

Thank you so much for your answer, it was very helpful! I could remove the white highlight

archimedo avatar Sep 17 '20 10:09 archimedo