Replace blob background with animated dot matrix on grid#106
Draft
jcblw wants to merge 3 commits into
Draft
Conversation
Swaps the organic blob shape for a dot matrix where colored dots sit at grid intersections, driven by simplex noise that evolves over time. A subtle grid of thin lines forms the background layer. Colors are drawn from the existing brand palette and respond to light/dark mode. https://claude.ai/code/session_01QyEzGUoj3nD55M5ioZ3y44
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Each dot's visibility is now determined by whether it falls inside the animated noise-deformed blob boundary, using the same simplex noise math as the original blob. Dots inside render in the blob color (#e3f4ff / #0d202d), fade out at the edge, and collapse to ghost dots outside. The blob center and animation speed match the original exactly. https://claude.ai/code/session_01QyEzGUoj3nD55M5ioZ3y44
Swaps the near-invisible background-matching colors for tradewind (#4ba796) in light mode and aeroBlue (#b8fff2) in dark mode so the blob shape reads clearly against the page background. https://claude.ai/code/session_01QyEzGUoj3nD55M5ioZ3y44
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
$(cat <<'EOF'
Summary
pointer-events-noneadded to canvas so it doesn't block clicksTest plan
pointer-events-none)https://claude.ai/code/session_01QyEzGUoj3nD55M5ioZ3y44
EOF
)
Generated by Claude Code