Skip to content

feat: add count up animation submission#1454

Open
AyushPrad2907 wants to merge 1 commit into
SAPTARSHI-coder:mainfrom
AyushPrad2907:feature/count-up-animation
Open

feat: add count up animation submission#1454
AyushPrad2907 wants to merge 1 commit into
SAPTARSHI-coder:mainfrom
AyushPrad2907:feature/count-up-animation

Conversation

@AyushPrad2907
Copy link
Copy Markdown
Contributor

Pull Request Description

This PR adds a new animation submission called Count Up Number Animation inside submissions/examples/count-up-animation/.

The animation demonstrates how numerical values can smoothly count from zero to a target value using modern CSS features such as @property, CSS counters, and keyframe animations.


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/count-up-animation/
  • 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 CSS-based count-up animation that visually increases a displayed number from zero to a target value.

How does a developer use it?

<div class="count-up-stat"></div>

Why does it fit EaseMotion CSS?

The effect is human-readable, visually engaging, and useful for dashboards, statistics sections, analytics pages, and achievement counters. It aligns with EaseMotion CSS's animation-first philosophy while remaining lightweight and dependency-free.


Demo

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

Browser Testing

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

Notes for Maintainer

The implementation explores modern CSS capabilities including @property, counters, and keyframe-driven value transitions. The demo showcases practical dashboard and statistics use cases while remaining fully CSS-based.

@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/count-up-animation

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.

2 participants