matthias-vogt / legitRipple.js

Material Design ripples with jQuery

Home Page:https://matthias-vogt.github.io/legitRipple.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spam clicking causes "stuck" ripples (only on inline-block elements as far as I know)

CKH4 opened this issue · comments

I think I fixed the bug, please tell me if you can still produce it.
Seems like you were able to click more rapidly than 20ms :D
Because of this issue, I re-wrote the transition-duration changing bit and now we can do cool stuff like this: http://codepen.io/matze/pen/PPJxyr, which wasn't possible before.
Thanks for submitting!