Skip to content

feat(core): Add Slide Fade Diagonal animation mixin (#81878) #81879 - #84387

Closed
desireddymohithreddy0925 wants to merge 1 commit into
SAPTARSHI-coder:mainfrom
desireddymohithreddy0925:fix-issue-81879
Closed

feat(core): Add Slide Fade Diagonal animation mixin (#81878) #81879#84387
desireddymohithreddy0925 wants to merge 1 commit into
SAPTARSHI-coder:mainfrom
desireddymohithreddy0925:fix-issue-81879

Conversation

@desireddymohithreddy0925

Copy link
Copy Markdown
Contributor

Title: feat(core): Add Slide Fade Diagonal animation mixin (#81878) #81879

Description:
This PR introduces the ease-anim-slide-fade-diagonal utility 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:

  • Appended @keyframes ease-slide-fade-diagonal to core/animations.css
  • Exposed --ease-duration and --ease-timing variables for customization
  • Added @media (prefers-reduced-motion: reduce) overrides for accessibility compliance

@SAPTARSHI-coder

Copy link
Copy Markdown
Owner

❌ PR Closed — Files Outside submissions/ Folder

@desireddymohithreddy0925, this PR has been automatically closed because it modifies files outside the allowed submissions/ directory:

  • core/animations.css

What to do

Contributions must only add files inside the submissions/ folder. Please:

  1. Create a new branch
  2. Add only your submission files under submissions/examples/your-feature-name/
  3. Open a new PR

See the contribution guide for details.

— EaseMotion CSS Guard

@SAPTARSHI-coder SAPTARSHI-coder added the invalid This doesn't seem right label Aug 14, 2026
@github-actions github-actions Bot added animation Animation effects, hover interactions, motion ideas, transitions good first issue Good for newcomers GSSoC-26 Official GSSoC 2026 issue gssoc:approved Approved for GSSoC contributions help wanted Extra attention needed level:intermediate Requires moderate project understanding type:feature New functionality or enhancement core and removed invalid This doesn't seem right labels Aug 14, 2026
@SAPTARSHI-coder

Copy link
Copy Markdown
Owner

🔒 Pull Request Closed: This PR has been automatically closed because it does not contain any file changes under the submissions/ directory. Contributors must place their submissions under the submissions/ directory (e.g., submissions/examples/your-feature-name/ or submissions/docs/your-feature-name/). Thank you!

@github-actions github-actions Bot added gssoc:invalid invalid-submission and removed gssoc:approved Approved for GSSoC contributions labels Aug 14, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🔒 PR Closed (Unmerged). This PR was closed without being merged. No GSSoC points or credit awarded.

@SAPTARSHI-coder

Copy link
Copy Markdown
Owner

❌ Submission Validation Failed

Thank you for your contribution! However, some required files are missing or incorrect.

📋 Required Structure

submissions/your-category/your-feature-name/ (e.g., submissions/examples/ or submissions/docs/)
├── demo.html     ← Interactive demo with DOCTYPE, html, head, body tags
├── style.css     ← Your original CSS (not copy-pasted from a template)
└── README.md     ← Brief description of your feature

🔍 Issues Found:

🔠 Strict Code Integrity Protection

  • ❌ Repository rule violation: You are not allowed to change existing code. Modified existing files: core/animations.css.

🔠 Core Framework Protection

  • ❌ PR modifies core framework/configuration files: core/animations.css. Contributors may only modify files inside the submissions/ directory.

🔠 Submission Folder Protection

  • ❌ This PR does not contain any additions inside the submissions/ directory. Contributors must place their submissions under the submissions/ directory (e.g. submissions/examples/your-feature-name/ or submissions/docs/your-feature-name/).

📝 How to Fix:

  1. Ensure all 3 files exist with real, original content
  2. demo.html must have <!DOCTYPE html>, <html>, <head>, <body> tags
  3. style.css must contain your own CSS (not copy-pasted boilerplate)
  4. Push fixes to this branch — the validator will re-run automatically

📖 See CONTRIBUTING.md for full guidelines.

@SAPTARSHI-coder

Copy link
Copy Markdown
Owner

🔒 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!

@github-actions

Copy link
Copy Markdown
Contributor

📊 CSS Bundle Size Benchmark

This PR changes the size of easemotion.min.css.

Metric Base Branch This PR Difference
Raw 174.09 KB 174.45 KB 📈 +0.36 KB
Gzip 28.61 KB 28.68 KB 📈 +0.08 KB
Brotli 22.66 KB 22.73 KB 📈 +0.07 KB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

animation Animation effects, hover interactions, motion ideas, transitions core good first issue Good for newcomers gssoc:invalid GSSoC-26 Official GSSoC 2026 issue help wanted Extra attention needed invalid-submission level:intermediate Requires moderate project understanding needs-files type:feature New functionality or enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(core): Add Slide Fade Diagonal SCSS animation mixin feat(core): Add Slide Fade Diagonal keyframe utility class

2 participants