Skip to content

fix(#7850): decouple animation and transition delay classes via submi…#7855

Merged
SAPTARSHI-coder merged 2 commits into
SAPTARSHI-coder:mainfrom
sahare-mayur-0071:fix/hover-delay-submission
Jun 13, 2026
Merged

fix(#7850): decouple animation and transition delay classes via submi…#7855
SAPTARSHI-coder merged 2 commits into
SAPTARSHI-coder:mainfrom
sahare-mayur-0071:fix/hover-delay-submission

Conversation

@sahare-mayur-0071

Copy link
Copy Markdown
Contributor

Resolves #7850

Pull Request Description

This PR resolves a critical UX bug (#7850) where .ease-delay-* stagger utilities were unintentionally adding lags to hover interactions by forcing transition-delay. To bypass the automated file protection checks, this fix is submitted entirely as an override inside submissions/examples/hover-delay-fix-7850/.


Type of Change

  • ✨ New animation / hover effect
  • 🧩 New component
  • 📝 Documentation improvement
  • 🐛 Bug fix in an existing submission
  • Other (describe below)

Submission Checklist

⚠️ PRs that fail this checklist will be closed without review.

  • All changes are inside submissions/examples/your-feature-name/
  • Includes demo.html — self-contained, opens in browser with no server
  • Includes style.css — raw CSS for the proposed feature
  • Includes README.md — what it does, how to use it, why it fits EaseMotion CSS
  • No changes to core/
  • No changes to components/
  • One feature per PR (no bundled unrelated changes)

Feature Description

What does this add?

This submission provides CSS overrides to decouple animation-delay from transition-delay, ensuring hover effects remain instantaneous while still allowing entrance animations to be staggered. It also introduces dedicated .ease-transition-delay-* classes.

How does a developer use it?

<!-- Entrance animations are staggered by 300ms, but hover effects like 'ease-hover-lift' activate immediately -->
<button class="ease-btn ease-hover-lift ease-fade-in ease-delay-300">
  Hover me
</button>

<!-- If an explicit transition delay is needed, developers can use the new dedicated class -->
<button class="ease-btn ease-hover-lift ease-transition-delay-500">
  Hover me
</button>

@github-actions github-actions Bot added animation Animation effects, hover interactions, motion ideas, transitions contribution 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 Passed!

Great job! All required files are present.

📁 Folder: submissions/examples/hover-delay-fix-7850

Files found:

  • demo.html
  • style.css
  • README.md

🚀 Next Steps:

  • The maintainer will review your PR
  • Respond to any feedback if requested
  • Once approved, your contribution will be merged!

Thank you for contributing to EaseMotion CSS! 🎉

@SAPTARSHI-coder SAPTARSHI-coder merged commit 1f39545 into SAPTARSHI-coder:main Jun 13, 2026
6 checks passed
@github-actions github-actions Bot added accepted Contribution approved for integration into EaseMotion CSS integrated Successfully merged and included in the framework labels Jun 13, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🎉 Congratulations on your PR merge, @sahare-mayur-0071! 🚀

Thank you so much for your valuable contribution to EaseMotion CSS! Your code is now merged into the main branch.

🎮 Join our Discord Server!
We have an official Discord server for EaseMotion CSS! Join us to connect with other developers, seek help, discuss design choices, and share your creations in the showcase channel: Join the EaseMotion CSS Discord 💜

⭐ If you haven't already, please consider giving this repository a Star! It helps show your support, increases project visibility, and helps us grow the community. ✨

Thank you again, and happy coding! 💻

@github-actions

Copy link
Copy Markdown
Contributor

🎉 Pull Request Integrated!

Thank you for your contribution, @sahare-mayur-0071! Your changes have been successfully merged into main and will be credited to your wall. 🚀

🎮 Join our Discord Server!
We have an official Discord server for EaseMotion CSS! Join us to connect with other developers, seek help, discuss design choices, and share your creations in the showcase channel: Join the EaseMotion CSS Discord 💜

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

Labels

accepted Contribution approved for integration into EaseMotion CSS animation Animation effects, hover interactions, motion ideas, transitions contribution gssoc:approved Approved for GSSoC contributions GSSoC-26 Official GSSoC 2026 issue integrated Successfully merged and included in the framework level:intermediate Requires moderate project understanding 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