DEV Community

Discussion on: How to create Glitch Effect 🤖 Pure CSS

Collapse
 
afif profile image
Temani Afif

clip is deprecated, you should consider clip-path instead or mask.
Here is my idea using mask: dev.to/afif/still-100-css-loaders-... (loader #5 in the Classic IV)

Collapse
 
kerthin profile image
Roden

Thank you for advice. I know that the clip property is already outdated, I just didn't want to recycle the working vanilla version. 😊

Collapse
 
afif profile image
Temani Afif

yes, but it may stop working at any time 😉

Thread Thread
 
kerthin profile image
Roden

Here you are definitely right, I should then redo it to clip-path. Thanks