OnomaUI

meramera motion

The motion for "flames flare up".

めらめら1 motionOfficial

Sample

Flames flare up

Fighting spirit

Bends 14° each way, wriggling side to side, forever.

Duration
0.5s
Repeats
Yes
Easing
ease-in-out
Animates
Rotation · Skew rotate skewY
Show CSS
@keyframes onoma-meramera {
  0% { transform: rotate(4deg) skewY(-14deg); }
  100% { transform: rotate(-4deg) skewY(14deg); }
}

.onoma-meramera {
  animation: onoma-meramera 0.5s ease-in-out infinite alternate both;
}

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

Compare with similar motions