Loading video...
Video Failed to Load
CSS Tip! ๐ค You could use CSS :has() to power a context-aware custom cursor experience ๐ :root:has(.player:hover) {--active: 1;} .cursor {scale: var(--active);} :root:has(.player:hover > [aria-label="Pause"]) .cursor-pause-icon { display: block; } CodePen.IO link below! ๐
261,705 views โข 3 years ago โขvia X (Twitter)
4 Comments

jhey สโขแดฅโขส3 years ago
Here's that @CodePen link! ๐ You'll need to be in a browser that supports CSS :has() โ ๏ธ Messing around with ideas for the play button challenge. The cursor is shared between the videos which is neat ๐

Heru Hermawan3 years ago
@CodePen Great tip. Thanks, jhey!

blank_3 years ago
@CodePen How u invent this kind of stuff man

ColdHolder3 years ago
@CodePen @SaveToNotion #thread
