Difference between revisions of "User:CAKO/TEST"
Jump to navigation
Jump to search
Misch13vous (talk | contribs) |
Misch13vous (talk | contribs) (Fixes Firefox, fucks over Safari) |
||
Line 93: | Line 93: | ||
@keyframes glitch-anim-1 { | @keyframes glitch-anim-1 { | ||
0% { | 0% { | ||
− | + | clip-path: inset(40% 0 61% 0); | |
} | } | ||
20% { | 20% { | ||
− | + | clip-path: inset(92% 0 1% 0); | |
} | } | ||
40% { | 40% { | ||
− | + | clip-path: inset(43% 0 22% 0); | |
} | } | ||
60% { | 60% { | ||
− | + | clip-path: inset(25% 0 72% 0); | |
} | } | ||
80% { | 80% { | ||
− | + | clip-path: inset(54% 0 31% 0); | |
} | } | ||
100% { | 100% { | ||
− | + | clip-path: inset(58% 0 43% 0); | |
} | } | ||
} | } |