OnomaUI

しっかり の動き

「固く確かに」を表す動きです。

shikkari1種類公式

見本

固く確かに

確定ボタン

押すと16%小さく沈み、0%ふくらんでから元の大きさに戻る。

時間
0.46s
くり返し
しない
速さの変化
ease-out
動かすもの
大きさ scale
CSS を見る
@keyframes onoma-shikkari {
  0% { transform: scale(1, 1); }
  35% { transform: scale(0.84, 0.84); animation-timing-function: ease-out; }
  70% { transform: scale(1, 1); animation-timing-function: ease-in-out; }
  100% { transform: scale(1, 1); }
}

.onoma-shikkari {
  animation: onoma-shikkari 0.46s ease-out both;
}

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

近い動きと見比べる