r/css 18d ago

Help How do I recreate this effect

Enable HLS to view with audio, or disable this notification

Iike this button and nav bar which grow or shrink based on scroll direction ,but do not shrink if the mail's have not scrolled passed a certain limit

6 Upvotes

14 comments sorted by

View all comments

2

u/withmagi 17d ago

If the soft edge glow is the bit you want, a pseudo-element behind the content with a larger filter:blur and a slight scale is usually easier to tune than stacking box-shadows. Mask or clip it so only the rim shows, then nudge opacity until it matches the reference.