Skip to content

Feat/text animation library#1515

Merged
SAPTARSHI-coder merged 5 commits into
SAPTARSHI-coder:mainfrom
codedbydollys10:feat/text-animation-library
Jun 5, 2026
Merged

Feat/text animation library#1515
SAPTARSHI-coder merged 5 commits into
SAPTARSHI-coder:mainfrom
codedbydollys10:feat/text-animation-library

Conversation

@codedbydollys10
Copy link
Copy Markdown
Contributor

Pull Request Description

Adds a new Text Animation Library submission that introduces reusable typography-focused animation utilities for headings, marketing content, hero sections, and landing pages.

The submission expands EaseMotion CSS's animation toolkit by providing motion effects designed specifically for text rather than general containers or UI elements.

Closes #1494

Included animations:

  • Text Reveal
  • Text Glow
  • Text Gradient
  • Typewriter
  • Text Wave
  • Text Slide

These utilities help developers create more engaging and expressive typography while maintaining readability and accessibility.


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/text-animation-library/
  • 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 collection of reusable text-focused animation utilities for modern websites and landing pages.

How does a developer use it?

<h1 class="typewriter">
  Build faster.
</h1>

<h2 class="text-glow">
  Animation-first CSS for humans.
</h2>

<h3 class="text-reveal">
  Human-readable CSS.
</h3>

Why does it fit EaseMotion CSS?

EaseMotion CSS is animation-first and human-readable.

Typography is often the primary focus of modern web interfaces, yet most animation systems focus on containers and components.

This submission brings motion directly to text while maintaining:

  • Readability
  • Simplicity
  • Reusability
  • Accessibility
  • Human-readable naming

Demo

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

The demo showcases all text animation utilities across realistic marketing and documentation examples.


Browser Testing

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

Notes for Maintainer

This submission focuses specifically on typography motion patterns and does not modify any framework source files.

Animation names, durations, and implementation details are suggestions that can be standardized during framework integration if accepted.

Accessibility considerations and reduced-motion support have been included where appropriate.

Submitted under GSSoC'26.

@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/animation-timeline-utilities

Files found:

  • demo.html
  • style.css
  • README.md

📁 Folder: submissions/examples/motion-presets

Files found:

  • demo.html
  • style.css
  • README.md

📁 Folder: submissions/examples/smart-stack-utilities

Files found:

  • demo.html
  • style.css
  • README.md

📁 Folder: submissions/examples/text-animation-library

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
@codedbydollys10
Copy link
Copy Markdown
Contributor Author

  1. if the pr is verified can u merge it? @SAPTARSHI-coder

@SAPTARSHI-coder SAPTARSHI-coder added level:advanced Complex issue requiring deep understanding and removed level:intermediate Requires moderate project understanding labels Jun 5, 2026
@SAPTARSHI-coder SAPTARSHI-coder merged commit ad1838c 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:advanced Complex issue requiring deep understanding type:feature New functionality or enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

✨ Feature Request: Text Animation Library

2 participants