Skip to content

Feature/animated otp verification input#1491

Merged
SAPTARSHI-coder merged 3 commits into
SAPTARSHI-coder:mainfrom
ishita526:feature/animated-otp-verification-input
Jun 5, 2026
Merged

Feature/animated otp verification input#1491
SAPTARSHI-coder merged 3 commits into
SAPTARSHI-coder:mainfrom
ishita526:feature/animated-otp-verification-input

Conversation

@ishita526
Copy link
Copy Markdown
Contributor

@ishita526 ishita526 commented Jun 5, 2026

Pull Request Description

Adds an Animated OTP Verification Input Component featuring smooth focus animations, interactive input states, and modern authentication-focused UI design. This component provides a reusable OTP verification pattern commonly used in two-factor authentication, account verification, and password recovery workflows.


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/animated-otp-verification-input/
  • 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?

A modern OTP Verification Input Component with animated focus states, smooth transitions, and authentication-oriented UI interactions.

How does a developer use it?

<div class="otp-container">
  <input type="text" maxlength="1" class="otp-input">
  <input type="text" maxlength="1" class="otp-input">
  <input type="text" maxlength="1" class="otp-input">
  <input type="text" maxlength="1" class="otp-input">
  <input type="text" maxlength="1" class="otp-input">
  <input type="text" maxlength="1" class="otp-input">
</div>

Why does it fit EaseMotion CSS?

This component embodies EaseMotion CSS principles through smooth micro-interactions, human-readable structure, and motion-first UI design. It demonstrates how subtle animations can improve usability and create a more engaging authentication experience.


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 component is built entirely with HTML and CSS and requires no external dependencies. It focuses on accessibility, responsiveness, and reusable animation patterns suitable for modern authentication flows.

Inspired by OTP verification experiences found in GitHub, Stripe, Clerk, Auth0, and other modern SaaS platforms.

Closes #1489


Reminder: Only the repository maintainer may merge pull requests.
Do not self-merge, even if you have write access.
Maximum 2 active assigned issues per contributor — unassign extras before opening a PR.

@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/animated-otp-verification-input

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 added accepted Contribution approved for integration into EaseMotion CSS animation Animation effects, hover interactions, motion ideas, transitions component New UI components (buttons, cards, modals, tooltips, badges) enhancement New feature or request good first issue Good for newcomers GSSoC-26 Official GSSoC 2026 issue gssoc:approved Approved for GSSoC contributions integrated Successfully merged and included in the framework level:intermediate Requires moderate project understanding type:feature New functionality or enhancement labels Jun 5, 2026
@SAPTARSHI-coder SAPTARSHI-coder merged commit cdcab8d into SAPTARSHI-coder:main Jun 5, 2026
6 checks passed
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 component New UI components (buttons, cards, modals, tooltips, badges) contribution enhancement New feature or request good first issue Good for newcomers 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.

[FEATURE] Animated OTP Verification Input Component

2 participants