OnomaUI

shikushiku motion

shikushiku has 2 kinds of motion.

しくしく2 motionsOfficial

Motion by meaning

Sob quietly

Sad feelings

Trembles about 1% in every direction, forever.

Duration
1.2s
Repeats
Yes
Easing
linear
Animates
Position · Rotation translate rotate
Show CSS
@keyframes onoma-shikushiku {
  0% { transform: translate(0%, 0%) rotate(0deg); }
  12.5% { transform: translate(1%, -0.6%) rotate(0.8deg); }
  25% { transform: translate(-0.8%, 0.5%) rotate(-1deg); }
  37.5% { transform: translate(0.6%, 0.9%) rotate(0.5deg); }
  50% { transform: translate(-1%, -0.4%) rotate(-0.6deg); }
  62.5% { transform: translate(0.8%, 0.3%) rotate(1deg); }
  75% { transform: translate(-0.5%, -1%) rotate(-0.3deg); }
  87.5% { transform: translate(0.3%, 0.7%) rotate(0.7deg); }
  100% { transform: translate(0%, 0%) rotate(0deg); }
}

.onoma-shikushiku {
  animation: onoma-shikushiku 1.2s linear infinite both;
}

/* Reduced motion: no motion */
@media (prefers-reduced-motion: reduce) {
  .onoma-shikushiku { animation: none; }
}

A dull, lasting ache

Quiet warning

Swells to 104% and back in a steady rhythm, forever.

Duration
1.8s
Repeats
Yes
Easing
ease-in-out
Animates
Scale scale
Show CSS
@keyframes onoma-shikushiku-2 {
  0% { transform: scale(1, 1); }
  50% { transform: scale(1.04, 1.04); }
  100% { transform: scale(1, 1); }
}

.onoma-shikushiku-2 {
  animation: onoma-shikushiku-2 1.8s ease-in-out infinite both;
}

/* Reduced motion: no motion */
@media (prefers-reduced-motion: reduce) {
  .onoma-shikushiku-2 { animation: none; }
}

Compare with similar motions