OnomaUI

deredere motion

The motion for "go all soppy".

でれでれ1 motionOfficial

Sample

Go all soppy

Smitten, melting face

Droops 40% downward from its top, slowly, and back.

Duration
2.4s
Repeats
Yes
Easing
ease-in-out
Animates
Skew · Scale skewY scale
Show CSS
@keyframes onoma-deredere {
  0% { transform: skewY(0deg) scale(1, 1); }
  100% { transform: skewY(4deg) scale(0.9, 1.4); }
}

.onoma-deredere {
  animation: onoma-deredere 2.4s ease-in-out infinite alternate both;
  transform-origin: 50% 0%;
}

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

Compare with similar motions

Words for the same motion