OnomaUI

ぴちゃっ の動き

「水が軽くはねる」を表す動きです。

picha1種類公式

見本

水が軽くはねる

タップの手応え

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

時間
0.3s
くり返し
しない
速さの変化
ease-in-out
動かすもの
大きさ scale
CSS を見る
@keyframes onoma-picha {
  0% { transform: scale(1, 1); }
  30% { transform: scale(1.21, 0.65); }
  60% { transform: scale(0.95, 1.07); }
  82% { transform: scale(1.02, 0.98); }
  100% { transform: scale(1, 1); }
}

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

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

近い動きと見比べる

同じ動きを表す言葉