Animations have no mechanism to be paused, stopped, hidden

Kider Uhr GPS Oneshop (1 issues)

Animations of smartwatch images have no method to pause, stop, hide

Kids-Watch (1 issues)

Animations of smartwatch images have no method to pause, stop, hide

Magena Sport (1 issues)

Video loop has no way to pause, stop, hide

Magenta TV Streaming Dienste Partner wow (1 issues)

Marquee teaser has no way to be paused, stopped, hidden

Sonim XP100 (1 issues)

Device rotation animation not pausable
Animated arrows cannot be paused, stopped, hidden
Observation Details

The image marquee teaser below the main heading is starting automatically and animates for longer than 5 seconds. It must have a mechanism accessible to pause, stop, hide movement.

Remediation Notes

Ensure, all auto-starting movement that animates more than 5 seconds can be paused, stopped, hidden. Remediation can be done by:

  • Not auto-starting movement

  • Limit movement to 5 seconds and then go back to static fallback

  • Allow pause, stop, hide via user controls

Priority: Critical Low Page: 5G Netz Observation Permalink
Accompanying Files
Observation Details

All animated content (layered "sketch" images, smartphone "carousel") has not mechanism to pause, stop, hide.

Remediation Notes

Ensure to provide a mechanism to pause, stop, hide for all moving objects / animations that automatically start and last longer than 5 seconds.

Also ensure to respect user preferences like prefers-reduced-motion, and reduce animation. You can use a media query as follows to wrap all animation to ensure animations are only shown to users that want to see them. (Side note: this is not a stand-alone remediation for the issue; it is an additional step. The pause, stop, hide mechanism must exist anyways)

@media screen and (prefers-reduced-motion: reduce) { }
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.

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

The video loop in section "Der Highlight-Ticker der 3. Liga, Coupe de France und PENNY DEL" has no option to pause, stop, hide. While it respects user's prefers-reduced-motion preferences, all moving content >5 seconds must still have a way to pause, stop, hide.

Remediation Notes
  • Remove video loop, or

  • Add pause button to video loop

Priority: Serious Low Page: Kids-Watch Observation Permalink
Observation Details

All animations longer than 5 seconds must have a method to pause, stop, hide them. The animations of the smartwatch images have no such method.

Remediation Notes

Ensure, all animations can be paused, stopped, hidden, or they are reduced to <5 seconds of movement.

Side note: Also ensure to respect user preferences for prefers-reduced-motion and either hide animations completely or reduce them.

Observation Details

All animations longer than 5 seconds must have a method to pause, stop, hide them. The animations of the smartwatch images have no such method.

Remediation Notes

Ensure, all animations can be paused, stopped, hidden, or they are reduced to <5 seconds of movement.

Side note: Also ensure to respect user preferences for prefers-reduced-motion and either hide animations completely or reduce them.

Priority: Critical Low Page: Sonim XP100 Observation Permalink
Accompanying Files
Observation Details

Device rotation animation starts automatically but has no mechanism to pause, stop, hide that is made clear to the user.

Remediation Notes

Embed a mechanism to pause, stop, hide the animation that is clearly identifiable as such by the user.

This can be a pause button (as used in other animations throughout the website).