Skip to content

fix(#7850): decouple animation-delay and transition-delay utilities#7852

Closed
sahare-mayur-0071 wants to merge 1 commit into
SAPTARSHI-coder:mainfrom
sahare-mayur-0071:fix/hover-delay-issue-7850
Closed

fix(#7850): decouple animation-delay and transition-delay utilities#7852
sahare-mayur-0071 wants to merge 1 commit into
SAPTARSHI-coder:mainfrom
sahare-mayur-0071:fix/hover-delay-issue-7850

Conversation

@sahare-mayur-0071

Copy link
Copy Markdown
Contributor

Resolves #7850

This PR decouples animation-delay and transition-delay in core/animations.css. It fixes the bug where stagger entrance animations were causing permanent lag on hover states. A demo of the fix has been added to submissions/examples/.

@github-actions github-actions Bot added animation Animation effects, hover interactions, motion ideas, transitions contribution core GSSoC-26 Official GSSoC 2026 issue gssoc:approved Approved for GSSoC contributions level:intermediate Requires moderate project understanding type:feature New functionality or enhancement labels Jun 13, 2026
@github-actions

Copy link
Copy Markdown
Contributor

❌ Submission Validation Failed

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

📋 Required Structure

submissions/examples/your-feature-name/
├── demo.html     ← Interactive demo (required)
├── style.css     ← CSS styles (required)
└── README.md     ← Documentation (required)

🔍 Issues Found:

🔠 Folder: Core Framework Protection

Case-sensitivity violations found:

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

📝 How to Fix:

  1. Add the missing files to your branch
  2. Push the changes to this PR
  3. The validator will automatically re-run

📖 See CONTRIBUTING.md for guidelines.

@SAPTARSHI-coder

Copy link
Copy Markdown
Owner

🔒 Pull Request Closed: This PR has been automatically closed because it failed the repository's submission validation check.

To continue contributing, please address the errors shown in the validation summary comment above in your local branch, and open a new, clean Pull Request once resolved. 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 100.07 KB 100.36 KB 📈 +0.29 KB
Gzip 17.30 KB 17.33 KB 📈 +0.04 KB
Brotli 14.29 KB 14.29 KB 📉 -0.00 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 gssoc:approved Approved for GSSoC contributions gssoc:invalid GSSoC-26 Official GSSoC 2026 issue 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.

[BUG] 'ease-delay-*' utility classes cause unwanted hover lag when combined with transition utilities

2 participants