Feat/storytelling motion presets#1517
Open
codedbydollys10 wants to merge 7 commits into
Open
Conversation
Contributor
✅ Submission Validation Passed!Great job! All required files are present. 📁 Folder:
|
Contributor
Author
|
pls review nd merge @SAPTARSHI-coder |
Contributor
Author
|
if the pr is verified can u merge it? @SAPTARSHI-coder |
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 Storytelling Motion Presets submission that introduces animation classes based on user intent and narrative experience rather than individual animation mechanics.
Instead of combining multiple motion utilities, developers can apply a single class that represents the story they want the interface to tell.
Closes #1504
Included presets:
These presets package common animation combinations into meaningful, human-readable experiences.
Type of Change
Submission Checklist
submissions/examples/storytelling-motion-presets/demo.htmlstyle.cssREADME.mdcore/components/Feature Description
What does this add?
A collection of storytelling-based motion presets that allow developers to choose animation behavior based on intent rather than implementation.
How does a developer use it?
Why does it fit EaseMotion CSS?
EaseMotion CSS is built around human-readable APIs.
Most frameworks ask developers to think about animation mechanics.
This feature allows developers to think about storytelling and user experience instead.
Benefits:
Demo
demo.htmlworks directly in the browser)Demo includes:
Browser Testing
Notes for Maintainer
This submission explores narrative-driven animation design and does not modify framework source files.
Preset names and animation combinations are provided as a concept and can be standardized during framework integration if accepted.
Submitted under GSSoC'26.