ANIM-004

Reduced Motion Safe

Animation example documenting reduced-motion safety.

More Animations

Safe

Details

reduced-motion safe

Recommended uses

  • Accessibility baselines
  • Motion policy demos

Responsive behavior

Scales cleanly from desktop to mobile preview widths.

Accessibility

When reduced motion is preferred, show the end state immediately.

Code examples

Adapt these to your project. Do not paste unrelated branding or colors blindly.

HTML

<!-- Example scaffold for ANIM-004. Adapt to your project. -->
<section id="ANIM-004" class="ai-design-example" data-zemew-component="animations" data-style="minimal" data-version="1">
  <!-- Implement using the live preview as the visual reference -->
</section>

CSS

/* Scope demo styles so they cannot affect the rest of the site */
#ANIM-004.ai-design-example {
  /* mirror the preview treatment for ANIM-004 */
}

Machine-readable metadata

The live preview exposes semantic attributes an AI or developer can read from the page source:

id="ANIM-004" data-zemew-component="animations" data-style="minimal" data-variant="unique" data-animation="fade-in" data-version="1"