CSS animation longer than 5 seconds Accessibility Checkpoint

Description

Don’t use CSS animations that run for more than 5 seconds without giving the user a way to turn them off.

Help

Reduce the duration of the animation to less than 5 seconds (works on all devices) or use the @media (prefers-reduced-motion) media query to turn them off (works in Chrome, Firefox and Safari).

Applicable standards

Note: Section 508 Refresh (2017) checkpoints are equivalent to WCAG 2.0 level A and level AA checkpoints.

Change history

  • 5.35 Oct 2019 Only fire if animation is played.
  • 5.30 Jul 2018 Added.

This page describes a web site issue detected in HTML documents by SortSite Desktop and OnDemand Suite.

Rule ID: AccCssAnimationAutoplay