Skip to content

Add flip border hover animation utility#1442

Open
AnanyaTiwari850 wants to merge 1 commit into
SAPTARSHI-coder:mainfrom
AnanyaTiwari850:feature/flip-border-hover
Open

Add flip border hover animation utility#1442
AnanyaTiwari850 wants to merge 1 commit into
SAPTARSHI-coder:mainfrom
AnanyaTiwari850:feature/flip-border-hover

Conversation

@AnanyaTiwari850
Copy link
Copy Markdown
Contributor

Pull Request Description

Added a new ease-flip-border-hover utility animation for smooth flip-style hover interactions on border components using pure CSS.


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/flip-border-hover/
  • 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 feature adds a smooth flip-style hover animation for border components.
The bordered component performs a subtle horizontal flip effect during hover interactions, creating a modern and interactive feel.

How does a developer use it?

<div class="ease-flip-border-hover">
  Hover Me
</div>

Why does it fit EaseMotion CSS?

  • Lightweight pure CSS utility
  • Smooth reusable hover interaction
  • Modern visual feedback effect
  • Beginner-friendly implementation
  • Follows EaseMotion CSS naming conventions

Demo

  • Demo added (demo.html works by opening directly in a browser)

Browser Testing

  • Chrome
  • Firefox
  • Edge
  • Safari (optional but appreciated)

Notes for Maintainer

Closes #75

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 5, 2026

✅ Submission Validation Passed!

Great job! All required files are present.

📁 Folder: submissions/examples/flip-border-hover

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

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Animation: Flip Border Hover

1 participant