OnomaUI

hokkori motion

The motion for "heartwarming".

ほっこり1 motionOfficial

Sample

Heartwarming

Say thanks

Swells softly to 108% and back.

Duration
1.1s
Repeats
No
Easing
ease-in-out
Animates
Scale scale
Show CSS
@keyframes onoma-hokkori {
  0% { transform: scale(1, 1); }
  50% { transform: scale(1.08, 1.08); }
  100% { transform: scale(1, 1); }
}

.onoma-hokkori {
  animation: onoma-hokkori 1.1s ease-in-out both;
}

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

Compare with similar motions