jarvisbox

减少动态效果预览

预览应用 prefers-reduced-motion: reduce 后 CSS 动画的呈现方式。

100% client-side · no upload
Motion mode: Showing animations as normal

Spin animation

Bounce animation

Fade animation

Your CSS snippet with reduced motion support

.animated {
  animation: spin 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .animated {
    animation: none;
  }
}

How to use

  1. Click Full motion to toggle between normal and reduced motion previews.
  2. Watch the three animation demos to see how they change under reduced motion.
  3. Use the CSS snippet to wrap your own animations with the prefers-reduced-motion media query.

Related accessibility tools

常见问题

Is this motion preview tool free?
Yes, completely free with no signup and no usage limits.
Does my data leave my device?
No. All processing runs entirely in your browser. Nothing is sent to any server.
Does it work on mobile?
Yes. Works on iPhone Safari and Android Chrome without installing any app.

Last updated:

反馈这个工具的问题