Add Rotate Fade Tooltip for Creative Portfolio Layouts#55717
Open
samrin1502 wants to merge 3 commits into
Open
Add Rotate Fade Tooltip for Creative Portfolio Layouts#55717samrin1502 wants to merge 3 commits into
samrin1502 wants to merge 3 commits into
Conversation
Added a demo HTML file for the Rotate Fade Tooltip showcasing a portfolio layout with tooltips.
This README.md provides an overview of the Rotate Fade Tooltip component, including its features, usage instructions, CSS custom properties, accessibility considerations, and browser support.
Owner
✅ Submission Validation Passed!Great job! All required files are present and valid. 📁 Folder:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a new Rotate Fade Tooltip showcase example for EaseMotion CSS. This submission introduces a lightweight, CSS-only tooltip with a smooth rotate-and-fade animation for creative portfolio layouts. The component is responsive, accessible, customizable, and built entirely with HTML and CSS.
Type of Change
Submission Checklist
submissions/examples/rotate-fade-tooltip/demo.html— self-contained, opens in browser with no serverstyle.css— raw CSS for the proposed featureREADME.md— explains features, usage, CSS custom properties, and accessibilitycore/components/Feature Description
What does this add?
A responsive portfolio showcase featuring rotate-and-fade tooltips, image hover effects, and smooth CSS transitions built entirely with HTML and CSS.
How does a developer use it?
Why does it fit EaseMotion CSS?
This component follows EaseMotion CSS's animation-first philosophy by providing a reusable, lightweight tooltip interaction using only CSS. It is fully responsive, customizable through CSS custom properties, and includes accessibility features such as keyboard focus support and
prefers-reduced-motion.Demo
demo.htmlopens directly in a browser)Browser Testing
Notes for Maintainer
The tooltip animation combines subtle rotation and fade transitions to create a polished micro-interaction while maintaining good performance. All implementation files are contained within the submission folder, and no core or component files were modified.