OnomaUI

garan motion

The motion for "empty and hollow".

がらん1 motionOfficial

Sample

Empty and hollow

Show an empty state

Drifts 0% upward as it fades out.

Duration
1.4s
Repeats
No
Easing
ease-in
Animates
Position · Opacity translate opacity
Show CSS
@keyframes onoma-garan {
  0% { transform: translate(0%, 0%); opacity: 1; }
  100% { transform: translate(0%, 0%); opacity: 0; }
}

.onoma-garan {
  animation: onoma-garan 1.4s ease-in both;
}

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

Compare with similar motions