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 ๐Ÿง‘โ€๐Ÿณ