OnomaUI

majimaji motion

The motion for "stare intently".

まじまじ1 motionOfficial

Sample

Stare intently

Zoom into details

Swells softly to 110% and back.

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

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

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

Compare with similar motions