Priority: Moderate Low Page: Sport Observation Permalink
Accompanying Files
Observation Details

The animated arrows in the stage area cannot be paused, stopped, hidden. All animations >5 seconds must have the mechanism available.

Side note: While not part of this criterion, it is best practice to honor user preferences. During testing, prefers-reduced-motion settings were applied, but all animations on the site still working.

Remediation Notes

The easiest fix for this criterion's failure observation is to limit all animation to <5 seconds. This way the animation is excluded from the criterion's requirements.

For more complex animations, a mechanism to pause, stop, hide (e.g. pause button) is another solution.

Best Practice: All moving content could have a static version which is used as the default. If and only if prefers-reduced-motion is not set, animations should be added as progressive enhancements.