OnomaUI

pukari motion

The motion for "bob up to the surface".

ぷかり1 motionOfficial

Sample

Bob up to the surface

Message surfaces

Rises 30% from below at 96% scale while fading in.

Duration
0.9s
Repeats
No
Easing
cubic-bezier(.2,.8,.2,1)
Animates
Position · Scale · Opacity translate scale opacity
Show CSS
@keyframes onoma-pukari {
  0% { transform: translate(0%, 30%) scale(0.96, 0.96); opacity: 0; }
  100% { transform: translate(0%, 0%) scale(1, 1); opacity: 1; }
}

.onoma-pukari {
  animation: onoma-pukari 0.9s cubic-bezier(.2,.8,.2,1) both;
}

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

Compare with similar motions

Words for the same motion