Skip to content

feat(hero): blur blobs, soft-light on Product, smaller stats - #24

Merged
FafLikeASir merged 6 commits into
mainfrom
claude/sweet-cori-b3e475
Jun 23, 2026
Merged

feat(hero): blur blobs, soft-light on Product, smaller stats#24
FafLikeASir merged 6 commits into
mainfrom
claude/sweet-cori-b3e475

Conversation

@FafLikeASir

Copy link
Copy Markdown
Owner

Summary

  • filter: blur(300px) on orange and slate blobs for a more diffused background
  • mix-blend-mode: soft-light on the "Product" title word
  • Stats values (10+, Open): 40/52px → 34/44px; labels: text-basetext-sm

Cross-browser notes

  • soft-light blend 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

- 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>
@vercel

vercel Bot commented Jun 23, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
rahan Ready Ready Preview, Comment Jun 23, 2026 11:26am

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>
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>
@FafLikeASir
FafLikeASir merged commit f18d593 into main Jun 23, 2026
3 checks passed
@FafLikeASir
FafLikeASir deleted the claude/sweet-cori-b3e475 branch June 24, 2026 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant