Template:Glitch Text Effect/styles.css: Difference between revisions
Template page
More actions
Content deleted Content added
Tesinormed (talk | contribs) No edit summary |
Tesinormed (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
.glitch-effect { |
.glitch-effect { |
||
animation-duration: 4s; |
|||
animation-name: glitch; |
animation-name: glitch; |
||
animation-iteration-count: infinite; |
animation-iteration-count: infinite; |
||
animation-direction: alternate; |
animation-direction: alternate; |
||
animation-timing-function: linear; |
animation-timing-function: linear; |
||
transform: none; |
|||
} |
} |
||