OnomaUI

ごろっ の動き

「重く転がって止まる」を表す動きです。

goro1種類公式

見本

重く転がって止まる

カードを転がし出す

左90%から転がってきて、ゆっくり止まる。

時間
1s
くり返し
しない
速さの変化
cubic-bezier(.2,.7,.3,1)
動かすもの
位置・回転 translate rotate
CSS を見る
@keyframes onoma-goro {
  0% { transform: translate(-90%, 0%) rotate(-103.13deg); }
  100% { transform: translate(0%, 0%) rotate(0deg); }
}

.onoma-goro {
  animation: onoma-goro 1s cubic-bezier(.2,.7,.3,1) both;
}

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

近い動きと見比べる

同じ動きを表す言葉