feat(core): Add Zoom Elastic Stretch animation mixin (#81880) #81881 - #84386
feat(core): Add Zoom Elastic Stretch animation mixin (#81880) #81881#84386desireddymohithreddy0925 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 Zoom Elastic Stretch animation mixin (#81880) #81881
Description:
This PR introduces the
ease-anim-zoom-elastic-stretchutility class to the EaseMotion core animation library. It features a bouncy hardware-accelerated transform scaling effect mappingscaleXandscaleY.Fixes #81881
Fixes #81880
Changes:
@keyframes ease-zoom-elastic-stretchtocore/animations.css--ease-durationand--ease-timingvariables for customization@media (prefers-reduced-motion: reduce)overrides for accessibility compliance