Skip to content

Feature/clip path calendar#44879

Merged
SAPTARSHI-coder merged 2 commits into
SAPTARSHI-coder:mainfrom
srujana-manda:feature/clip-path-calendar
Jul 14, 2026
Merged

Feature/clip path calendar#44879
SAPTARSHI-coder merged 2 commits into
SAPTARSHI-coder:mainfrom
srujana-manda:feature/clip-path-calendar

Conversation

@srujana-manda

Copy link
Copy Markdown
Contributor

Pull Request Description

This PR adds a Clip Path Calendar component inspired by retro design patterns. The component is built using pure HTML and CSS, features a smooth clip-path reveal animation, is responsive, accessible, and requires no JavaScript. It follows the EaseMotion CSS philosophy of lightweight, reusable, animation-first UI components.


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/ (e.g., submissions/examples/your-feature-name/)
  • Includes demo.html — self-contained, opens in browser with no server
  • Includes style.css — raw CSS for the proposed feature
  • Includes README.md — what it does, how to use it, why it fits EaseMotion CSS
  • No changes to core/
  • No changes to components/
  • One feature per PR (no bundled unrelated changes)

Feature Description

What does this add?

A responsive calendar component with a smooth clip-path reveal animation and interactive date hover effects inspired by retro UI designs.

How does a developer use it?

<div class="calendar ease-clip-path">
    <!-- Calendar content -->
</div>

Why does it fit EaseMotion CSS?

The component is lightweight, reusable, and animation-focused. It uses pure CSS, follows EaseMotion-style naming conventions, requires no JavaScript, and can be easily integrated into websites that need an animated calendar interface.


Demo

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

Browser Testing

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

Notes for Maintainer

  • Pure HTML & CSS implementation.
  • No JavaScript dependencies.
  • Responsive across desktop and mobile devices.
  • Accessible structure with semantic HTML.
  • Includes a reusable ease-clip-path animation.
  • Closes [FEATURE] Calendar — Clip Path Variant #41943.

@github-actions github-actions Bot added animation Animation effects, hover interactions, motion ideas, transitions contribution ECSoC26 good first issue Good for newcomers GSSoC-26 Official GSSoC 2026 issue gssoc:approved Approved for GSSoC contributions help wanted Extra attention needed level:intermediate Requires moderate project understanding type:feature New functionality or enhancement labels Jul 13, 2026
@SAPTARSHI-coder
SAPTARSHI-coder merged commit d291989 into SAPTARSHI-coder:main Jul 14, 2026
12 of 14 checks passed
@github-actions

Copy link
Copy Markdown
Contributor

🎉 Congratulations on your PR merge, @srujana-manda! 🚀

Thank you so much for your valuable contribution to EaseMotion CSS! Your code is now merged into the main branch.

🎮 Join our Discord Server!
We have an official Discord server for EaseMotion CSS! Join us to connect with other developers, seek help, discuss design choices, and share your creations in the showcase channel: Join the EaseMotion CSS Discord 💜

⭐ If you haven't already, please consider giving this repository a Star! It helps show your support, increases project visibility, and helps us grow the community. ✨

Thank you again, and happy coding! 💻

@github-actions github-actions Bot added accepted Contribution approved for integration into EaseMotion CSS good-pr integrated Successfully merged and included in the framework labels Jul 14, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🎉 Pull Request Integrated!

Thank you for your contribution, @srujana-manda! Your changes have been successfully merged into main and will be credited to your wall. 🚀

📊 Daily Merge Progress: You have merged 25/150 PRs today. Daily quota resets in 20 hrs.

📢 GSSoC Leaderboard Status Update:
Please note that the GSSoC leaderboard servers are currently experiencing platform-wide downtime, so your points may take a few days to reflect. Rest assured, your merged PR is fully recorded in our repository history and all GSSoC labels are correctly assigned.

🎮 Join our Discord Server!
We have an official Discord server for EaseMotion CSS! Join us to connect with other developers, seek help, discuss design choices, and share your creations in the showcase channel: Join the EaseMotion CSS Discord 💜

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 contribution good first issue Good for newcomers good-pr gssoc:approved Approved for GSSoC contributions GSSoC-26 Official GSSoC 2026 issue help wanted Extra attention needed 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] Calendar — Clip Path Variant

2 participants