OnomaUI

shinmiri motion

The motion for "quietly wistful".

しんみり1 motionOfficial

Sample

Quietly wistful

A farewell message

Slowly grows 2% while fading a little, then returns, forever.

Duration
3.6s
Repeats
Yes
Easing
ease-in-out
Animates
Scale · Opacity scale opacity
Show CSS
@keyframes onoma-shinmiri {
  0% { transform: scale(1, 1); opacity: 1; }
  100% { transform: scale(1.02, 1.02); opacity: 0.6; }
}

.onoma-shinmiri {
  animation: onoma-shinmiri 3.6s ease-in-out infinite alternate both;
}

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

Compare with similar motions