virtyaluk / paper-ripple

:dart: Paper Ripple lets you add a Material Design ripple effect to any UI elements on your web page.

Home Page:https://www.npmjs.com/package/paper-ripple

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

when mouse up outside of element

wns25678 opened this issue · comments

sorry for bad english...

when I mouse down an element, wave appears
then drag out of element and mouseUp, the wave remains.

repeat this it will be darken.

screen shot 2018-09-12 at 6 05 16 pm

I know this is late but it can be fixed by adding the code below into the "Getting all the buttons" script
document.addEventListener('mouseup', function(){
ripple.upAction();
});