Feat/text animation library#1515
Merged
SAPTARSHI-coder merged 5 commits intoJun 5, 2026
Merged
Conversation
Contributor
✅ Submission Validation Passed!Great job! All required files are present. 📁 Folder:
|
Contributor
Author
|
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 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:
These utilities help developers create more engaging and expressive typography while maintaining readability and accessibility.
Type of Change
Submission Checklist
submissions/examples/text-animation-library/demo.htmlstyle.cssREADME.mdcore/components/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?
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:
Demo
demo.htmlworks directly in a browser)The demo showcases all text animation utilities across realistic marketing and documentation examples.
Browser Testing
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.