🚀 新規事業

motion-reduced-prefer

最終更新 2026年05月08日 / 40_新規事業/SCALE_Build/カタログ/UIUX集/motion-reduced-prefer.md

prefers-reduced-motion 対応

原則

OSのアニメ抑制設定を尊重。乗り物酔いユーザーへの配慮。

Do(良い例)

@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; } }

Don't(悪い例)

常に派手なアニメで揺らす(一部ユーザーが気分悪くなる)