Difference between revisions of "User:CAKO/TEST"
Jump to navigation
Jump to search
Misch13vous (talk | contribs) (More testing) |
Misch13vous (talk | contribs) (Web dev? More like web devil hahahaha) |
||
Line 50: | Line 50: | ||
content: attr(data-text); | content: attr(data-text); | ||
left: -1px; | left: -1px; | ||
− | text-shadow: -.05em 0 #7ff; | + | text-shadow: -0.05em 0 #7ff; |
//color: #033; | //color: #033; | ||
-webkit-animation: glitch-anim-1 2s infinite linear alternate-reverse; | -webkit-animation: glitch-anim-1 2s infinite linear alternate-reverse; | ||
Line 59: | Line 59: | ||
content: attr(data-text); | content: attr(data-text); | ||
left: 1px; | left: 1px; | ||
− | text-shadow: .05em 0 #9f9; | + | text-shadow: 0.05em 0 #9f9; |
+ | //color: #040; | ||
+ | -webkit-animation: glitch-anim-1 2.1s infinite linear alternate-reverse; | ||
+ | text-overflow: clip; | ||
+ | } | ||
+ | .glitch-fast:after{ | ||
+ | content: attr(data-text); | ||
+ | left: -1px; | ||
+ | text-shadow: -0.05em 0 #7ff; | ||
+ | //color: #033; | ||
+ | -webkit-animation: glitch-anim-1 2s infinite linear alternate-reverse; | ||
+ | text-overflow: clip; | ||
+ | z | ||
+ | } | ||
+ | .glitch-slow:after{ | ||
+ | content: attr(data-text); | ||
+ | left: 1px; | ||
+ | text-shadow: 0.05em 0 #9f9; | ||
//color: #040; | //color: #040; | ||
-webkit-animation: glitch-anim-1 2.1s infinite linear alternate-reverse; | -webkit-animation: glitch-anim-1 2.1s infinite linear alternate-reverse; |