OnomaUI

ほわほわ の動き

「柔らかくぼんやり」を表す動きです。

howahowa1種類公式

見本

柔らかくぼんやり

夢見心地の表現

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

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

.onoma-howahowa {
  animation: onoma-howahowa 2.2s ease-in-out infinite alternate both;
}

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

近い動きと見比べる

同じ動きを表す言葉