OnomaUI

ぞわっ の動き

「鳥肌が一気に立つ」を表す動きです。

zowa1種類公式

見本

鳥肌が一気に立つ

不穏な通知

横に12%伸びて縦に縮み、ぷるんと何度か揺れて戻る。

時間
0.56s
くり返し
しない
速さの変化
ease-in-out
動かすもの
大きさ scale
CSS を見る
@keyframes onoma-zowa {
  0% { transform: scale(1, 1); }
  25% { transform: scale(1.12, 0.89); }
  45% { transform: scale(0.93, 1.07); }
  65% { transform: scale(1.04, 0.97); }
  82% { transform: scale(0.99, 1.01); }
  100% { transform: scale(1, 1); }
}

.onoma-zowa {
  animation: onoma-zowa 0.56s ease-in-out both;
}

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

近い動きと見比べる