OnomaUI

ぱっちり の動き

「目を大きく開く」を表す動きです。

patchiri1種類公式

見本

目を大きく開く

起動・目覚め

下の端から上へ20%伸び、弾むように元へ戻る。

時間
0.9s
くり返し
しない
速さの変化
ease-in-out
動かすもの
大きさ scale
CSS を見る
@keyframes onoma-patchiri {
  0% { transform: scale(1, 1); }
  40% { transform: scale(0.93, 1.2); }
  70% { transform: scale(1.02, 0.96); }
  88% { transform: scale(1, 1.01); }
  100% { transform: scale(1, 1); }
}

.onoma-patchiri {
  animation: onoma-patchiri 0.9s ease-in-out both;
  transform-origin: 50% 100%;
}

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

近い動きと見比べる