ANIM-012

Hover Lift Card

Card lifts on hover to signal interactivity.

More Animations

Hover me

Lift on pointer hover.

Details

hover lift card

Recommended uses

  • Clickable cards
  • Gallery tiles

Responsive behavior

On touch devices, show pressed/active state instead of hover-only lift.

Accessibility

Do not rely on hover alone. Keep focus styles visible for keyboard users.

Code examples

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

HTML

<!-- Example scaffold for ANIM-012. Adapt to your project. -->
<section id="ANIM-012" 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-012.ai-design-example {
  /* mirror the preview treatment for ANIM-012 */
}

Machine-readable metadata

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

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