feat(core): Add Slide Fade Diagonal animation mixin (#81878) #81879 - #84387
feat(core): Add Slide Fade Diagonal animation mixin (#81878) #81879#84387desireddymohithreddy0925 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. |
❌ 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! |
📊 CSS Bundle Size BenchmarkThis PR changes the size of
|
Title: feat(core): Add Slide Fade Diagonal animation mixin (#81878) #81879
Description:
This PR introduces the
ease-anim-slide-fade-diagonalutility class to the core library. It powers a smooth 60 FPS diagonal translation combining X and Y axis movement with opacity fading.Fixes #81879
Fixes #81878
Changes:
@keyframes ease-slide-fade-diagonaltocore/animations.css--ease-durationand--ease-timingvariables for customization@media (prefers-reduced-motion: reduce)overrides for accessibility compliance