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

CSS only number slider using @​property, round(), sin() and scroll-driven animation 🤙 @​keyframes progress { to { --val: 100; }} .number-wheel { transform: rotateX(calc(var(--val) * -36deg)); } Watch for the trick reveal 👇