Skip to main content

All Questions

0 votes
1 answer
144 views

glitch effect text animation not functioning

I am a beginner in HTML + CSS and I'm trying to copy this glitch effect animation but codepen uses SCSS files while I'm only using CSS. Here's my version that is not working properly. The "Fast ...
Jado Bado's user avatar
4 votes
1 answer
1k views

Migrating from clip to clip-path to use percent values

I am currently using scss written animation for "moving" borders. Animation is mainly based on clip. $box-size-w: 80px; $box-size-h: 50px; @keyframes clipMe { 0%, 100% { ...
Mevia's user avatar
  • 1,544