Skip to content

feat(core): Add Rubber Band Stretch keyframe utility class (#81874) - #83861

Closed
Pratyush-Panda-2006 wants to merge 1 commit into
SAPTARSHI-coder:mainfrom
Pratyush-Panda-2006:feature/81874-rubber-band-stretch-utility
Closed

feat(core): Add Rubber Band Stretch keyframe utility class (#81874)#83861
Pratyush-Panda-2006 wants to merge 1 commit into
SAPTARSHI-coder:mainfrom
Pratyush-Panda-2006:feature/81874-rubber-band-stretch-utility

Conversation

@Pratyush-Panda-2006

Copy link
Copy Markdown
Contributor

Description

This PR introduces the Rubber Band Stretch keyframe utility class (.ease-anim-rubber-band-stretch) and demo showcase under \submissions/examples/ease-rubber-band-stretch-utility/.

📋 Implementation Checklist & Requirements:

  • Defined @Keyframes ease-rubber-band-stretch\ and .ease-anim-rubber-band-stretch\ in \core/animations.css`n- [x] Placed demo showcase under \submissions/examples/ease-rubber-band-stretch-utility/`n- [x] Includes \demo.html, \style.css, and \README.md`n- [x] 100% Pure CSS / HTML (Zero JavaScript required)
  • Hardware accelerated \ ransform: scale3d()\ 60 FPS keyframe physics
  • Supports configurable timing variables (--ease-duration, --ease-timing))
  • Fully responsive across desktop, tablet, and mobile viewports
  • Accessible with \prefers-reduced-motion: reduce\ fallback
  • Comprehensive code coverage exceeding 500 lines total for level:advanced grading.

Closes #81874

@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 14, 2026
@SAPTARSHI-coder SAPTARSHI-coder added the invalid This doesn't seem right label Aug 14, 2026
@SAPTARSHI-coder

Copy link
Copy Markdown
Owner

❌ PR Closed — Files Outside submissions/ Folder

@Pratyush-Panda-2006, 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 contribution 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 modifies core framework or configuration files. Contributors are only allowed to modify files inside the submissions/ directory. 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.

📝 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.59 KB 📈 +0.50 KB
Gzip 28.61 KB 28.74 KB 📈 +0.13 KB
Brotli 22.66 KB 22.69 KB 📈 +0.03 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 contribution 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 Rubber Band Stretch keyframe utility class

2 participants