Feat/animation timeline utilities#1514
Open
codedbydollys10 wants to merge 3 commits into
Open
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 a new Animation Timeline Utilities submission that demonstrates how multi-stage animation sequences can be applied through a single human-readable class.
The submission introduces timeline-based motion presets that combine multiple animation phases into reusable patterns, reducing the need for custom keyframes and repetitive animation combinations.
Closes #1500
Included timeline presets:
Each preset showcases a complete animation journey rather than a single effect.
Type of Change
Submission Checklist
submissions/examples/animation-timeline-utilities/demo.htmlstyle.cssREADME.mdcore/components/Feature Description
What does this add?
A collection of reusable timeline animation presets that combine multiple motion stages into a single class.
How does a developer use it?
Why does it fit EaseMotion CSS?
EaseMotion CSS is animation-first and human-readable.
This submission allows developers to describe animation intent instead of manually combining several utilities and custom keyframes.
Benefits include:
Demo
demo.htmlworks directly in a browser)The demo showcases all timeline presets with real-world UI examples.
Browser Testing
Notes for Maintainer
This submission is intended as a concept for higher-level motion abstractions and does not modify any framework source files.
Timeline names, timings, and animation combinations are suggestions and may be standardized during framework integration if accepted.
Submitted under GSSoC'26.