OnomaUI

しどろもどろ の動き

「うろたえて乱れる」を表す動きです。

shidoromodoro1種類公式

見本

うろたえて乱れる

答えに困る反応

足元を軸に、ふらつきながら左右へ11%よろめき続ける。

時間
1.88s
くり返し
する
速さの変化
ease-in-out
動かすもの
位置・回転 translate rotate
CSS を見る
@keyframes onoma-shidoromodoro {
  0% { transform: translate(-11%, 0%) rotate(-8deg); }
  30% { transform: translate(4.4%, 0%) rotate(6.4deg); }
  50% { transform: translate(-3.3%, 0%) rotate(-4deg); }
  80% { transform: translate(11%, 0%) rotate(8deg); }
  100% { transform: translate(-11%, 0%) rotate(-8deg); }
}

.onoma-shidoromodoro {
  animation: onoma-shidoromodoro 1.88s ease-in-out infinite both;
  transform-origin: 50% 100%;
}

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

近い動きと見比べる