正在加载视频...
视频加载失败
Directional aware CSS button :hover w/ lh, text-shadow, and linear() button:has(span:nth-of-type(2):hover) { --y: -1lh; } button span:first-of-type { translate: 0 var(--y); transition: translate .875s var(--spring); text-shadow: 0 1lh currentColor, 0 -1lh currentColor; }
9 条评论

Ahmed ALABSI ❁2 年前
You can generate custom easing functions for css using this tool PSA: the website is not mobile friendly

jhey ▲🐻🎈2 年前
Made my own for CSS conversion 🤙

Charlie Joseph2 年前
I didn’t realise native CSS had spring animations now! I always thought it was a JS thing

Pablo Stanley2 年前
such a little but awesome detail 😊

Arman Kazi2 年前
Can you make this transition from one direction every time you hover it ?and not reversing when u hover the second time

Cypher2 年前
So pretty

Enicma2 年前
Nice trick! What about mobile devices?

Sa-Senpai2 年前
aha ! how come I didn't think of this before !

EIO2 年前
Brilliant! 😅
