OnomaUI

hannari motion

The motion for "elegant, softly bright".

はんなり1 motionOfficial

Sample

Elegant, softly bright

Elegant reveal

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

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

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

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

Compare with similar motions