Advertisement
Guest User

glitch text

a guest
Mar 3rd, 2022
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <style> #textglitch { } #textglitch { font-size: ; /* Change glitch effect here */ /* animation: glitch-2 1s infinite linear; */ animation: glitch-1 2s infinite linear; } @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