OnomaUI

ぐしゃぐしゃ の動き

「丸めてしわくちゃにする」を表す動きです。

gushagusha1種類公式

見本

丸めてしわくちゃにする

下書きを捨てる

104%に一度ふくらんでから、点になるまで縮んで消える。

時間
0.6s
くり返し
しない
速さの変化
ease-in
動かすもの
大きさ・透明度 scale opacity
CSS を見る
@keyframes onoma-gushagusha {
  0% { transform: scale(1, 1); opacity: 1; }
  25% { transform: scale(1.04, 1.04); opacity: 1; }
  100% { transform: scale(0, 0); opacity: 0; }
}

.onoma-gushagusha {
  animation: onoma-gushagusha 0.6s ease-in both;
}

/* 動きを減らす設定の人には、消えるだけ */
@keyframes onoma-gushagusha-fade { from { opacity: 1; } to { opacity: 0; } }
@media (prefers-reduced-motion: reduce) {
  .onoma-gushagusha { animation: onoma-gushagusha-fade 0.2s ease-out both; }
}

近い動きと見比べる

ぐしゃぐしゃ丸めてしわくちゃにする
せっせ休まず励む
とんとん軽くたたく