OnomaUI

のほほん の動き

「のんきに構える」を表す動きです。

nohohon1種類公式

見本

のんきに構える

気楽なキャラクター

上下8%ずつ、少し傾きながらゆっくり浮かび続ける。

時間
3s
くり返し
する
速さの変化
ease-in-out
動かすもの
位置・回転 translate rotate
CSS を見る
@keyframes onoma-nohohon {
  0% { transform: translate(0%, 8%) rotate(-3deg); }
  100% { transform: translate(0%, -8%) rotate(3deg); }
}

.onoma-nohohon {
  animation: onoma-nohohon 3s ease-in-out infinite alternate both;
}

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

近い動きと見比べる