feat(submission): add css-only particle burst button on click (#55617)#55628
Conversation
✅ Submission Validation Passed!Great job! All required files are present and valid. 📁 Folder:
|
🎉 Congratulations on your PR merge, @anuragbraveboy-sudo! 🚀Thank you so much for your valuable contribution to EaseMotion CSS! Your code is now merged into the main branch. 🎮 Join our Discord Server! ⭐ If you haven't already, please consider giving this repository a Star! It helps show your support, increases project visibility, and helps us grow the community. ✨ Thank you again, and happy coding! 💻 |
|
🎉 Pull Request Integrated! Thank you for your contribution, @anuragbraveboy-sudo! Your changes have been successfully merged into 📊 Daily Merge Progress: You have merged 10/150 PRs today. Daily quota resets in 19 hrs. 📢 GSSoC Leaderboard Status Update: 🎮 Join our Discord Server! |
Pull Request Description
This PR resolves #55617 by adding an
ease-btn-particlecomponent that utilizes an advancedbox-shadowanimation to simulate a gamified particle burst effect on click.Type of Change
Submission Checklist
submissions/examples/your-feature-name/demo.html— self-contained, opens in browser with no serverstyle.css— raw CSS for the proposed featureREADME.md— what it does, how to use it, why it fits EaseMotion CSScore/components/Feature Description
What does this add?
A button that shoots out a burst of "particles" or confetti when clicked. While this usually requires JavaScript, it can be achieved in pure CSS using the
:activestate and complex, multi-layeredbox-shadowanimations that expand outward and fade.How does a developer use it?