Accessible Animation Guide

Verified

by Community

Provides guidelines for using animations accessibly, including respecting prefers-reduced-motion, avoiding seizure triggers, providing pause controls, and ensuring animations don't interfere with readability.

animationmotionseizureprefers-reduced-motion

Accessible Animation Guide

Use animations that enhance UX without causing accessibility issues.

Usage

Describe your animations to get accessibility compliance guidance.

Examples

  • "Add prefers-reduced-motion support to our page transitions"
  • "Check if our loading animation could trigger seizures"
  • "Make our scroll-triggered animations accessible"

Guidelines

  • Respect prefers-reduced-motion media query
  • Never flash content more than 3 times per second
  • Provide pause, stop, and hide controls for auto-playing content
  • Ensure animated content is still readable
  • Use animation to support comprehension, not just decoration