feat(core): add floating ghost drift animation mixin - #82664
feat(core): add floating ghost drift animation mixin#82664Avinash-sdbegin wants to merge 1 commit into
Conversation
❌ PR Closed — Files Outside
|
|
🔒 PR Closed (Unmerged). This PR was closed without being merged. No GSSoC points or credit awarded. |
|
🔒 Pull Request Closed: This PR has been automatically closed because it does not contain any file changes under the |
❌ 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
|
Description
It is a critical issue to add a reusable Floating Ghost Drift animation to the EaseMotion core animation library.
This PR introduces a lightweight animation utility using GPU-friendly
transformandopacityproperties, configurable timing variables, and reduced-motion support.Changes
@keyframes ease-floating-ghost-drift.ease-anim-floating-ghost-driftutility class--ease-duration--ease-timingprefers-reduced-motionoverridewill-changehints for animated propertiesPerformance
transformandopacityfor efficient animationTesting
git diff --checkCloses #81848