-
Notifications
You must be signed in to change notification settings - Fork 531
Feature: Add ease-ripple click tap effect utility class #17392
Copy link
Copy link
Open
Labels
GSSoC-26Official GSSoC 2026 issueOfficial GSSoC 2026 issueanimationAnimation effects, hover interactions, motion ideas, transitionsAnimation effects, hover interactions, motion ideas, transitionsgood first issueGood for newcomersGood for newcomersgssoc:approvedApproved for GSSoC contributionsApproved for GSSoC contributionshelp wantedExtra attention neededExtra attention neededlevel:intermediateRequires moderate project understandingRequires moderate project understanding
Description
Metadata
Metadata
Assignees
Labels
GSSoC-26Official GSSoC 2026 issueOfficial GSSoC 2026 issueanimationAnimation effects, hover interactions, motion ideas, transitionsAnimation effects, hover interactions, motion ideas, transitionsgood first issueGood for newcomersGood for newcomersgssoc:approvedApproved for GSSoC contributionsApproved for GSSoC contributionshelp wantedExtra attention neededExtra attention neededlevel:intermediateRequires moderate project understandingRequires moderate project understanding
Feature Request
Material Design-style ripple effects on button click are extremely popular but completely absent from EaseMotion CSS.
Proposed Solution
.ease-ripple::afterpseudo-element withtransform: scale()andopacityanimation on:activestate--ease-ripple-color,--ease-ripple-duration(default: 0.5s),--ease-ripple-opacityFiles to Create
submissions/examples/ease-ripple/style.csssubmissions/examples/ease-ripple/demo.htmlsubmissions/examples/ease-ripple/README.md