OnomaUI

pokkori motion

The motion for "bulge out round".

ぽっこり1 motionOfficial

Sample

Bulge out round

New item bulges in

Grows from nothing to 112%, dips slightly, then settles.

Duration
0.8s
Repeats
No
Easing
ease-out
Animates
Scale · Opacity scale opacity
Show CSS
@keyframes onoma-pokkori {
  0% { transform: scale(0, 0); opacity: 0; }
  45% { transform: scale(1.12, 1.12); opacity: 1; animation-timing-function: ease-in-out; }
  72% { transform: scale(0.96, 0.96); opacity: 1; }
  100% { transform: scale(1, 1); opacity: 1; }
}

.onoma-pokkori {
  animation: onoma-pokkori 0.8s ease-out both;
}

/* Reduced motion: only fade in */
@keyframes onoma-pokkori-fade { from { opacity: 0; } to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  .onoma-pokkori { animation: onoma-pokkori-fade 0.2s ease-out both; }
}

Compare with similar motions