feat(core): Add Flash Pulse Sparkle animation mixin #81877 - #84388
feat(core): Add Flash Pulse Sparkle animation mixin #81877#84388desireddymohithreddy0925 wants to merge 1 commit into
Conversation
❌ PR Closed — Files Outside
|
|
🔒 Pull Request Closed: This PR has been automatically closed because it does not contain any file changes under the |
|
🔒 PR Closed (Unmerged). This PR was closed without being merged. No GSSoC points or credit awarded. |
📊 CSS Bundle Size BenchmarkThis PR changes the size of
|
❌ Submission Validation FailedThank you for your contribution! However, some required files are missing or incorrect. 📋 Required Structure🔍 Issues Found:🔠
|
|
🔒 Pull Request Closed This PR was automatically closed because it failed the submission validation check. Please fix the issues listed above, then open a new pull request. Thank you! |
Title: feat(core): Add Flash Pulse Sparkle animation mixin #81877
Description:
This PR introduces the
ease-anim-flash-pulse-sparkleutility class to the core library. It utilizes CSSfilter: brightness()combined with a subtle scale transform to create an organic pulsating glow effect.Fixes #81877
Changes:
@keyframes ease-flash-pulse-sparkletocore/animations.css--ease-durationand--ease-timingvariables for customization@media (prefers-reduced-motion: reduce)overrides for accessibility compliance