Skip to content

feat: add appear on scroll animation submission#1294

Merged
SAPTARSHI-coder merged 1 commit into
SAPTARSHI-coder:mainfrom
AyushPrad2907:feature/appear-on-scroll
Jun 4, 2026
Merged

feat: add appear on scroll animation submission#1294
SAPTARSHI-coder merged 1 commit into
SAPTARSHI-coder:mainfrom
AyushPrad2907:feature/appear-on-scroll

Conversation

@AyushPrad2907
Copy link
Copy Markdown
Contributor

Pull Request Description

This PR adds a new animation submission called Appear On Scroll Animation inside submissions/examples/appear-on-scroll/.

The submission demonstrates a CSS-first reveal effect where elements fade and slide into view, creating a smooth content discovery experience commonly used in modern landing pages and portfolios.


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/appear-on-scroll/
  • 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-first reveal animation that fades and lifts content into view, simulating a modern scroll-reveal experience.

How does a developer use it?

<div class="scroll-reveal">
  Content appears with animation
</div>

Why does it fit EaseMotion CSS?

The effect is easy to understand, visually appealing, and commonly used across modern websites. It aligns with EaseMotion CSS's animation-first philosophy while remaining lightweight and reusable.


Demo

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

Browser Testing

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

Notes for Maintainer

This submission focuses on a CSS-first approach to reveal animations. Since true viewport detection is outside the scope of pure CSS in many browser environments, the demo showcases reusable reveal patterns and staggered animations that could serve as a foundation for future framework integration.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 4, 2026

✅ Submission Validation Passed!

Great job! All required files are present.

📁 Folder: submissions/examples/appear-on-scroll

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 4, 2026
@SAPTARSHI-coder SAPTARSHI-coder merged commit 169341a into SAPTARSHI-coder:main Jun 4, 2026
5 of 6 checks passed
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