fians / Waves

Click effect inspired by Google's Material Design
http://fians.github.io/Waves/
MIT License
3.48k stars 503 forks source link

Improved touch/mousedown detection to work with shadow dom #209

Open glromeo opened 4 years ago

glromeo commented 4 years ago

Thank you for this nice library, when using it I found out that I had issues with shadow dom so I needed to fix it. I hope you will find my fix useful. I left the original detection as fallback in case the browser doesn't implement composedPath.