OnomaUI

ぷにぷに の動き

「柔らかく弾む感触」を表す動きです。

punipuni1種類公式

見本

柔らかく弾む感触

さわりたくなる部品

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

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

.onoma-punipuni {
  animation: onoma-punipuni 0.46s ease-in-out infinite alternate both;
}

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

近い動きと見比べる

同じ動きを表す言葉