Advertisement
cutesy

glitch text

Jul 22nd, 2021
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <style>
  2. #glitch {
  3. /\* Change glitch effect here \*/
  4. /\* animation: glitch-2 1s infinite linear; \*/
  5. animation: glitch-1 2s infinite linear; }
  6. @keyframes glitch-1 { 0%, 12%, 15%, 52%, 55%, 82%, 85%, 100% {opacity: 1; transform: scaleX(1) scaleY(1); } 13% {opacity: .8; transform: scaleY(2); color: #;} 53% {opacity: .8; transform: scaleX(.7); color: #;} 83% {opacity: 8; transform: rotate(-10deg); color: #;} } @keyframes glitch-2 { 13% {color: #;} 53% {color: #;} 83% {color: #;} } </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement