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.

Template:HorizShaketext/Styles.css: Difference between revisions

From Soyjak Wiki, the free ensoyclopedia
Jump to navigationJump to search
m Cobblestone moved page Template:Horizontalshake.css to Template:HorizShaketext/Styles.css without leaving a redirect
No edit summary
Line 1: Line 1:
.shaketext span {
.horiz-shaketext span {
   display: inline-block;
   display: inline-block;
   animation: shakes 0.2s infinite;
   animation: shakes 0.2s infinite;

Revision as of 03:52, 11 December 2025

.horiz-shaketext span {
  display: inline-block;
  animation: shakes 0.2s infinite;
}
@keyframes shakes {
  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);
  }
}