jhey ▲🐻🎈 (@jh3yy) 's Twitter Profile
jhey ▲🐻🎈

@jh3yy

⚡️ You bring ideas, I show you how to build them
👨‍🍳 Design Engineer @vercel (ex @google 🫡)
📰 newsletter.craftofui.com
👀 course.craftofui.com
❤ @seaotta

ID: 2396811776

linkhttp://jhey.dev/links calendar_today18-03-2014 21:45:40

42,42K Tweet

128,128K Takipçi

148 Takip Edilen

jhey ▲🐻🎈 (@jh3yy) 's Twitter Profile Photo

SVG filters provide a basic lighting system you can sync with a little JavaScript and use in your web apps 💡 ... not as powerful but pretty cool

jhey ▲🐻🎈 (@jh3yy) 's Twitter Profile Photo

css animation tip don't sleep on the devtools animation inspector — it's great for debugging and scrubbing your timelines 👇

jhey ▲🐻🎈 (@jh3yy) 's Twitter Profile Photo

need more frostin' for your "glass"? no problem .frosted-glass { background: hsl(0 0% 100% / 0.5); backdrop-filter: url(#​displace) blur(12px) saturate(1.8); } increase the background alpha + output blur bump the saturation 🧑‍🍳