Template:Textshake.css

From SNCApedia, the shit nobody cares about encyclopedia
Revision as of 11:03, 20 August 2025 by Faggot (talk | contribs) (Faggot changed the content model of the page Template:Textshake.css from "wikitext" to "Sanitized CSS")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
.shaketext span {
  display: inline-block;
  animation: shakes 0.2s infinite;
}
@keyframes shakes {
  0% {
    transform: translate(1px, 1px);
  }
  25% {
    transform: translate(0px, -2px);
  }
  50% {
    transform: translate(-2px, 2px);
  }
  75% {
    transform: translate(0px, -2px);
  }
  100% {
    transform: translate(1px, 1px);
  }
}