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 10: | Line 10: | ||
@keyframes glitch { |
@keyframes glitch { |
||
from { |
from { |
||
top: 0; |
|||
left: 0; |
|||
} |
|||
25% { |
|||
top: -4px; |
top: -4px; |
||
left: 4px; |
left: 4px; |
||
} |
} |
||
to { |
|||
top: 4px; |
top: 4px; |
||
left: -4px; |
left: -4px; |
||
} |
|||
to { |
|||
top: 0; |
|||
left: 0; |
|||
} |
} |
||
} |
} |
||