Feature/animated progress stepper#1520
Merged
SAPTARSHI-coder merged 2 commits intoJun 5, 2026
Merged
Conversation
Contributor
✅ Submission Validation Passed!Great job! All required files are present. 📁 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.
Pull Request Description
Adds an Animated Progress Stepper Component that visually represents multi-step workflows using smooth transitions, animated progress indicators, and interactive step states. This component provides a reusable solution for onboarding flows, checkout processes, setup wizards, and registration forms.
Type of Change
Submission Checklist
submissions/examples/animated-progress-stepper/demo.html— self-contained, opens in browser with no serverstyle.css— raw CSS for the proposed featureREADME.md— what it does, how to use it, why it fits EaseMotion CSScore/components/Feature Description
What does this add?
A responsive Animated Progress Stepper Component with completed, active, and upcoming step states enhanced by smooth motion and visual feedback.
How does a developer use it?
Why does it fit EaseMotion CSS?
This component follows the EaseMotion CSS philosophy by combining human-readable structure with animation-first interactions. The smooth transitions and state-based visual feedback improve workflow clarity while remaining reusable and lightweight.
Demo
demo.htmlworks by opening directly in a browser)Browser Testing
Notes for Maintainer
This component is implemented using pure HTML and CSS without external dependencies. It focuses on smooth state transitions, responsive design, and reusable workflow patterns suitable for onboarding experiences, setup wizards, checkout flows, and progress tracking interfaces.
Inspired by stepper implementations found in Stripe, GitHub, Linear, Vercel, and modern SaaS dashboards.
Closes #1519