Skip to content

Feat/animation timeline utilities#1514

Open
codedbydollys10 wants to merge 3 commits into
SAPTARSHI-coder:mainfrom
codedbydollys10:feat/animation-timeline-utilities
Open

Feat/animation timeline utilities#1514
codedbydollys10 wants to merge 3 commits into
SAPTARSHI-coder:mainfrom
codedbydollys10:feat/animation-timeline-utilities

Conversation

@codedbydollys10
Copy link
Copy Markdown
Contributor

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:

  • Timeline Reveal
  • Timeline Attention
  • Timeline Success
  • Timeline Modal
  • Timeline Loading

Each preset showcases a complete animation journey rather than a single effect.


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/animation-timeline-utilities/
  • 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 timeline animation presets that combine multiple motion stages into a single class.

How does a developer use it?

<div class="timeline-reveal">
  Welcome
</div>

<div class="timeline-success">
  Saved Successfully
</div>

<div class="timeline-modal">
  Modal Content
</div>

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:

  • Cleaner HTML
  • Advanced motion with minimal code
  • Consistent animation language
  • Better developer experience
  • Strong framework differentiation

Demo

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

The demo showcases all timeline presets with real-world UI examples.


Browser Testing

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

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.

@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

🚀 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
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:intermediate Requires moderate project understanding type:feature New functionality or enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

✨ Feature Request: Animation Timeline Utilities

2 participants