OnomaUI

ぎょっ の動き

「驚いて身をこわばらせる」を表す動きです。

gyo1種類公式

見本

驚いて身をこわばらせる

意外な結果を示す

下の端から上へ20%伸び、弾むように元へ戻る。

時間
0.36s
くり返し
しない
速さの変化
ease-in-out
動かすもの
大きさ scale
CSS を見る
@keyframes onoma-gyo {
  0% { transform: scale(1, 1); }
  40% { transform: scale(0.93, 1.2); }
  70% { transform: scale(1.02, 0.96); }
  88% { transform: scale(1, 1.01); }
  100% { transform: scale(1, 1); }
}

.onoma-gyo {
  animation: onoma-gyo 0.36s ease-in-out both;
  transform-origin: 50% 100%;
}

/* 動きを減らす設定の人には、動かさない */
@media (prefers-reduced-motion: reduce) {
  .onoma-gyo { animation: none; }
}

近い動きと見比べる