OnomaUI

ぐしゃっ の動き

「押しつぶされる」を表す動きです。

gusha1種類公式

見本

押しつぶされる

重い衝撃の反応

上から押されたように58%つぶれ、弾んで元に戻る。

時間
0.36s
くり返し
しない
速さの変化
ease-in-out
動かすもの
大きさ scale
CSS を見る
@keyframes onoma-gusha {
  0% { transform: scale(1, 1); }
  30% { transform: scale(1.35, 0.42); }
  60% { transform: scale(0.91, 1.12); }
  82% { transform: scale(1.03, 0.97); }
  100% { transform: scale(1, 1); }
}

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

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

近い動きと見比べる

同じ動きを表す言葉