OnomaUI

ぎらぎら の動き

「強くぎらつく」を表す動きです。

giragira1種類公式

見本

強くぎらつく

強い注目を集める

32%しぼんで光が弱まり、また輝くのをくり返す。

時間
0.9s
くり返し
する
速さの変化
ease-in-out
動かすもの
回転・大きさ・透明度 rotate scale opacity
CSS を見る
@keyframes onoma-giragira {
  0% { transform: rotate(0deg) scale(1, 1); opacity: 1; }
  50% { transform: rotate(20deg) scale(0.68, 0.68); opacity: 0.52; }
  100% { transform: rotate(0deg) scale(1, 1); opacity: 1; }
}

.onoma-giragira {
  animation: onoma-giragira 0.9s ease-in-out infinite both;
}

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

近い動きと見比べる

同じ動きを表す言葉