Skip to content

feat: add ease-text-scramble animation (#13674)#17150

Merged
SAPTARSHI-coder merged 1 commit into
SAPTARSHI-coder:mainfrom
Anushreer22:feature/ease-text-scramble-13674
Jun 22, 2026
Merged

feat: add ease-text-scramble animation (#13674)#17150
SAPTARSHI-coder merged 1 commit into
SAPTARSHI-coder:mainfrom
Anushreer22:feature/ease-text-scramble-13674

Conversation

@Anushreer22

Copy link
Copy Markdown
Contributor

Closes #13674

ease-text-scramble – Text Scramble Effect
Characters cycle randomly through symbols and letters before resolving into the final text.

Files added

  • submissions/examples/ease-text-scramble/demo.html
  • submissions/examples/ease-text-scramble/style.css
  • submissions/examples/ease-text-scramble/README.md

How it works

  • ~15 lines of JS drives a requestAnimationFrame loop.
  • Each frame scrambles unrevealed characters; revealed ones stay fixed.
  • Scramble duration is 2s; can be replayed with a button.
  • Green-on-black terminal style via CSS.
  • Respects prefers-reduced-motion.

EaseMotion classes used
ease-btn, ease-btn-primary, ease-hover-scale-105, ease-fade-in, ease-delay-,
ease-container, ease-flex, ease-text-
, ease-bg-gray-900, ease-p-*, etc.

Custom CSS (>5 lines) for scramble demo styling and accessibility.

@github-actions github-actions Bot added animation Animation effects, hover interactions, motion ideas, transitions contribution 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 Jun 22, 2026
@SAPTARSHI-coder

Copy link
Copy Markdown
Owner

✅ Submission Validation Passed!

Great job! All required files are present and valid.

📁 Folder: submissions/examples/ease-text-scramble

Files found:

  • demo.html
  • style.css
  • README.md

🚀 Next Steps:

  • A 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 merged commit f5674fe into SAPTARSHI-coder:main Jun 22, 2026
7 checks passed
@github-actions github-actions Bot added accepted Contribution approved for integration into EaseMotion CSS integrated Successfully merged and included in the framework labels Jun 22, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🎉 Pull Request Integrated!

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

📢 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 💜

@github-actions

Copy link
Copy Markdown
Contributor

🎉 Congratulations on your PR merge, @Anushreer22! 🚀

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 💜

Thank you again, and happy coding! 💻

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 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.

Animation: ease-text-scramble — text scrambles through random characters before settling

2 participants