Template:Glitch Text Effect/styles.css: Difference between revisions
Template page
More actions
Content deleted Content added
Tesinormed (talk | contribs) No edit summary |
LordSkorne7 (talk | contribs) m LordSkorne7 moved page Template:Glitch effect/styles.css to Template:Glitch Text Effect/styles.css without leaving a redirect |
||
| (19 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
.glitch-effect { |
.glitch-effect { |
||
position: relative; |
position: relative; |
||
animation-duration: |
animation-duration: 0.025s; |
||
animation-name: glitch; |
animation-name: glitch; |
||
animation-iteration-count: infinite; |
animation-iteration-count: infinite; |
||
| Line 10: | Line 10: | ||
@keyframes glitch { |
@keyframes glitch { |
||
from { |
from { |
||
left: -1.25px; |
|||
left: 1.5px; |
|||
} |
} |
||
to { |
to { |
||
left: 1.25px; |
|||
left: -1.5px; |
|||
} |
} |
||
} |
} |
||