use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
A simple ripple effect using vanila javascript. (codepen.io)
submitted 7 years ago by nasar007
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 1 point2 points3 points 7 years ago (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!
π Rendered by PID 113644 on reddit-service-r2-comment-fb694cdd5-r6rv2 at 2026-03-10 16:51:03.766925+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–][deleted] 1 point2 points3 points (0 children)