Skip to content

[FEATURE] Component: Pure CSS Typewriter Text Animation#1469

Open
Nish232003 wants to merge 1 commit into
SAPTARSHI-coder:mainfrom
Nish232003:feature/typewriter-text
Open

[FEATURE] Component: Pure CSS Typewriter Text Animation#1469
Nish232003 wants to merge 1 commit into
SAPTARSHI-coder:mainfrom
Nish232003:feature/typewriter-text

Conversation

@Nish232003
Copy link
Copy Markdown

Summary

Adds a pure CSS typewriter text animation effect with zero JavaScript.

What was added

  • submissions/examples/typewriter-text/demo.html
  • submissions/examples/typewriter-text/style.css
  • submissions/examples/typewriter-text/README.md

How it works

Uses @keyframes with steps() to reveal text character by character,
and border-right for the blinking cursor effect.

Checklist

  • Files added only inside submissions/examples/
  • Includes demo.html, style.css, README.md
  • Does not touch core/ or components/
  • One feature per PR

Closes #1468

@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/typewriter-text

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.

[FEATURE] Component: Pure CSS Typewriter Text Animation

1 participant