CURRENT MISSION: Conclude the 2026 soyjak.party hack page, aswell as any pages relating to it, such as the Summer 2026 Crisis page.
Update Quotecord with any relevant info. See the blackboard for more info.

This page is "edit" protected. The "autoconfirmed" right is required to "edit" this page.<div class="mw-warning-logempty">No matching items in log.</div>
This page is "move" protected. The "autoconfirmed" right is required to "move" this page.<div class="mw-warning-logempty">No matching items in log.</div>

Template:HorizShaketext/Styles.css

From Soyjak Wiki, the free ensoyclopedia
Jump to navigationJump to search
.horiz-shaketext span {
  display: inline-block;
  animation: horiz-shake 0.2s infinite;
}
@keyframes horiz-shake {
  0% {
    transform: translate(1px, 1px);
  }
  25% {
    transform: translate(2px, 1px);
  }
  50% {
    transform: translate(-2px, 1px);
  }
  75% {
    transform: translate(2px, 1px);
  }
  100% {
    transform: translate(1px, 1px);
  }
}