feat(hero): blur blobs, soft-light on Product, smaller stats - #24
Merged
Conversation
- filter: blur(300px) on orange and slate blobs - mix-blend-mode: soft-light on "Product" title word - Stats values: 40/52px → 34/44px; labels: text-base → text-sm Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replaces CSS filter: blur() (clipped on Safari) with an SVG feGaussianBlur filter using an extended region (x/y -50%, width/height 200%) to prevent boundary clipping. stdDeviation animated 0→150 in the entrance timeline, synchronized with blob opacity/scale tweens. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…er safe" This reverts commit a81684c.
Swaps gradient divs for pre-blurred WebP assets — avoids GPU cost of filter: blur() and feGaussianBlur on full-viewport elements. GSAP entrance/drift/parallax animations unchanged. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Summary
filter: blur(300px)on orange and slate blobs for a more diffused backgroundmix-blend-mode: soft-lighton the "Product" title word10+,Open): 40/52px → 34/44px; labels:text-base→text-smCross-browser notes
soft-lightblend mode: safe on all modern browsers (Chrome 41+, FF 32+, Safari 8+)blur(300px): safe — kept at 300px to avoid Safari clipping on the slate blob which extends outside the viewport🤖 Generated with Claude Code