The Gold Network: Soyworld | SNCApedia | SoyPlace


There seems to be a DoS vulnerability in SoyPlace. The site is back online, do note I had to roll back the map because it got corrupted. Faggot (talk) 14:23, 7 February 2026 (UTC)

Template:Textshake.css

From SNCApedia, the shit nobody cares about encyclopedia
Revision as of 08:24, 23 December 2025 by OPShredder (talk | contribs)
(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);
  }  

  12% {

    transform: translate(1px, 0px);
  }
  25% {
    transform: translate(0px, -2px);
  }

  37% {
    transform: translate(-1px, 0px);
  }

  50% {

    transform: translate(-2px, 2px);
  }

  62% {
    transform: translate(2px, 2px);
  }

  75% {
    transform: translate(0px, -2px);
  }

  87% {
    transform: translate(-1px, 1px);
  }

  100% {
    transform: translate(1px, 1px);
  }
}