Skip to content

feat: add parallax tilt effect submission#1460

Open
AyushPrad2907 wants to merge 1 commit into
SAPTARSHI-coder:mainfrom
AyushPrad2907:feature/parallax-tilt-effect-v2
Open

feat: add parallax tilt effect submission#1460
AyushPrad2907 wants to merge 1 commit into
SAPTARSHI-coder:mainfrom
AyushPrad2907:feature/parallax-tilt-effect-v2

Conversation

@AyushPrad2907
Copy link
Copy Markdown
Contributor

Pull Request Description

This PR adds a new animation submission called Parallax Tilt Effect inside submissions/examples/parallax-tilt-effect/.

The effect creates a lightweight CSS-only 3D interaction that simulates depth and movement using perspective, transforms, and layered content.


Type of Change

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

Submission Checklist

  • All changes are inside submissions/examples/parallax-tilt-effect/
  • Includes demo.html
  • Includes style.css
  • Includes README.md
  • No changes to core/
  • No changes to components/
  • One feature per PR

Feature Description

What does this add?

A CSS-only parallax tilt animation that creates a realistic 3D depth effect on hover.

How does a developer use it?

<div class="tilt-card">
  Content
</div>

Why does it fit EaseMotion CSS?

The effect is visually expressive, easy to understand, and aligns with EaseMotion CSS's animation-first philosophy. It enhances user interaction without requiring JavaScript or external dependencies.


Demo

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

Browser Testing

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

Notes for Maintainer

This implementation focuses on achieving a convincing depth effect using only CSS transforms, perspective, and layered elements. The demo showcases a practical use case suitable for modern portfolios, dashboards, and product cards.

@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/parallax-tilt-effect

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.

1 participant