OnomaUI

ぴしっ の動き

「鋭く決まる」を表す動きです。

pishi1種類公式

見本

鋭く決まる

確定・決定

一瞬10°ひねって小さく縮み、かちっと元に戻る。

時間
0.16s
くり返し
しない
速さの変化
ease-out
動かすもの
回転・大きさ rotate scale
CSS を見る
@keyframes onoma-pishi {
  0% { transform: rotate(0deg) scale(1, 1); }
  20% { transform: rotate(10deg) scale(0.94, 0.94); }
  45% { transform: rotate(-3deg) scale(1.02, 1.02); }
  70% { transform: rotate(1deg) scale(1, 1); }
  100% { transform: rotate(0deg) scale(1, 1); }
}

.onoma-pishi {
  animation: onoma-pishi 0.16s ease-out both;
}

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

近い動きと見比べる

同じ動きを表す言葉