OnomaUI

しゅっしゅっ の動き

「リズムよく噴き出す」を表す動きです。

shusshu1種類公式

見本

リズムよく噴き出す

進み続ける処理

横と縦に8%ずつ、交互に伸び縮みし続ける。

時間
0.36s
くり返し
する
速さの変化
ease-in-out
動かすもの
大きさ scale
CSS を見る
@keyframes onoma-shusshu {
  0% { transform: scale(1.08, 0.92); }
  100% { transform: scale(0.92, 1.08); }
}

.onoma-shusshu {
  animation: onoma-shusshu 0.36s ease-in-out infinite alternate both;
}

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

近い動きと見比べる