OnomaUI

hiya motion

The motion for "feel a chill".

ひやっ1 motionOfficial

Sample

Feel a chill

Close-call warning

Flinches for an instant, shivers about 4°, then recovers.

Duration
0.5s
Repeats
No
Easing
ease-in-out
Animates
Skew X · Scale skewX scale
Show CSS
@keyframes onoma-hiya {
  0% { transform: skewX(0deg) scale(1, 1); }
  10% { transform: skewX(4deg) scale(0.95, 1.04); }
  20% { transform: skewX(-4deg) scale(0.96, 1.03); }
  30% { transform: skewX(2.8deg) scale(0.97, 1.02); }
  40% { transform: skewX(-2deg) scale(0.98, 1.02); }
  50% { transform: skewX(1deg) scale(0.99, 1.01); }
  62% { transform: skewX(0deg) scale(1, 1); }
  100% { transform: skewX(0deg) scale(1, 1); }
}

.onoma-hiya {
  animation: onoma-hiya 0.5s ease-in-out both;
}

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

Compare with similar motions

Words for the same motion