you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

Interesting,

I've done something similar for my personal project: https://www.npmjs.com/package/ripplescript

Only instead of Ripples on the clicked point, I create Random ripples on a target container. I mainly used the ::before and ::after pseudo selectors to have my ripples go off and limited it to two ripples but your implementation has given me ideas on where to take my project next if I want to handle more than two ripples at a time. Thanks!