OnomaUI

ごとん の動き

「重い物を置く」を表す動きです。

goton1種類公式

見本

重い物を置く

重みのある結果を出す

150%の大きさから叩きつけるように現れ、4%揺れて止まる。

時間
0.7s
くり返し
しない
速さの変化
ease-out
動かすもの
位置・大きさ・透明度 translate scale opacity
CSS を見る
@keyframes onoma-goton {
  0% { transform: translate(0%, 0%) scale(1.5, 1.5); opacity: 0; animation-timing-function: cubic-bezier(.55,0,1,.45); }
  30% { transform: translate(0%, 0%) scale(1, 1); opacity: 1; }
  42% { transform: translate(-4%, 0%) scale(1, 1); opacity: 1; }
  54% { transform: translate(2.8%, 0%) scale(1, 1); opacity: 1; }
  66% { transform: translate(-1.6%, 0%) scale(1, 1); opacity: 1; }
  78% { transform: translate(0.6%, 0%) scale(1, 1); opacity: 1; }
  100% { transform: translate(0%, 0%) scale(1, 1); opacity: 1; }
}

.onoma-goton {
  animation: onoma-goton 0.7s ease-out both;
}

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

近い動きと見比べる

同じ動きを表す言葉