DEV Community

Discussion on: 100 underline/overlay animations | The ultimate CSS collection 🥇

Collapse
 
carolmckay profile image
CarolMcKay

Hmm, favourite? So many! mix-blend-mode: difference; might be an alternative to the background-clip: text.

Collapse
 
afif profile image
Temani Afif

mix-blend-mode won't work because I am using only one element but yes if you consider an extra wrapper for the text then it can work but in such case I would simply use pseudo element to seperate the layers (ex: jsfiddle.net/ov91mjfx/) but I wanted to challenge myself and do all of them with no pseudo element, no keyframes, no extra element, etc ;)