ANIM-002

Subtle Slide Cue

Subtle horizontal slide cue for directional UI.

More Animations

Slide

Details

slide directional

Recommended uses

  • Next-step cues
  • Carousel hints

Responsive behavior

Scales cleanly from desktop to mobile preview widths.

Accessibility

Respects prefers-reduced-motion by reducing or disabling motion.

Code examples

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

HTML

<!-- Example scaffold for ANIM-002. Adapt to your project. -->
<section id="ANIM-002" class="ai-design-example" data-zemew-component="animations" data-style="modern" 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-002.ai-design-example {
  /* mirror the preview treatment for ANIM-002 */
}

Machine-readable metadata

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

id="ANIM-002" data-zemew-component="animations" data-style="modern" data-variant="slide" data-animation="subtle-slide" data-version="1"