Skip to content

Fix issue 81882 - #83135

Closed
desireddymohithreddy0925 wants to merge 3 commits into
SAPTARSHI-coder:mainfrom
desireddymohithreddy0925:fix-issue-81882
Closed

Fix issue 81882#83135
desireddymohithreddy0925 wants to merge 3 commits into
SAPTARSHI-coder:mainfrom
desireddymohithreddy0925:fix-issue-81882

Conversation

@desireddymohithreddy0925

Copy link
Copy Markdown
Contributor

Title: feat(core): Add Flip Turn Page animation (#81883) #81882

Description:
This PR adds the Flip Turn Page animation mixin and keyframe utility class to the core animation library.

Fixes #81883
Fixes #81882

Changes:

  • Appended @keyframes ease-flip-turn-page to core/animations.css with an offset transform-origin
  • Added the .ease-anim-flip-turn-page utility class with configurable CSS variables
  • Implemented @media (prefers-reduced-motion: reduce) overrides for accessibility

@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

@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 labels Aug 13, 2026
@github-actions github-actions Bot added gssoc:invalid invalid-submission and removed gssoc:approved Approved for GSSoC contributions labels Aug 13, 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

🔒 Pull Request Closed: This PR has been automatically closed because it modifies core framework or configuration files. Contributors are only allowed to modify files inside the submissions/ directory. 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.51 KB 📈 +0.42 KB
Gzip 28.61 KB 28.70 KB 📈 +0.09 KB
Brotli 22.66 KB 22.67 KB 📈 +0.01 KB

@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.

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

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 contribution core good first issue Good for newcomers gssoc:invalid GSSoC-26 Official GSSoC 2026 issue help wanted Extra attention needed invalid This doesn't seem right 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 Flip Turn Page SCSS animation mixin feat(core): Add Flip Turn Page keyframe utility class

2 participants