Back to Dictionary
Creative Motion
●●●Requires Setup
Use sparingly

Floating Product Object

Start with a still product artifact; add shallow rotation only if it reinforces materiality.

Use

SaaS hero, AI tool landing, portfolio case study, launch page, hardware/software showcase.

Avoid

Avoid abstract spinning cubes when the product has no object to show. Avoid on dense documentation pages, checkout flows, admin pages, or mobile pages where it delays content.

Safer Alternative

Interactive 3D Card Stack

Risk Level

High attention

Timing

Keep loops slow and ambient; use one-shot reveals when the motion is introducing content or explaining a process.

Easing

Use restrained ease-out/ease-in-out curves for UI-adjacent motion; reserve continuous linear motion for flows, orbits, and ambient fields.

Risk

performance sensitiveaccessibility sensitiveoverdesigned

Live Demo

What It Is

A 3D or pseudo-3D hero artifact such as a device mockup, dashboard panel, model object, app window, package, or product surface that slowly rotates or drifts. Use it when the product has a recognizable object and the hero needs to make that product tangible.

Decision Guidance

Start with a still product artifact; add shallow rotation only if it reinforces materiality.

Best For

SaaS hero, AI tool landing, portfolio case study, launch page, hardware/software showcase.

Avoid When

Avoid abstract spinning cubes when the product has no object to show. Avoid on dense documentation pages, checkout flows, admin pages, or mobile pages where it delays content.

Timing

Keep loops slow and ambient; use one-shot reveals when the motion is introducing content or explaining a process.

Easing

Use restrained ease-out/ease-in-out curves for UI-adjacent motion; reserve continuous linear motion for flows, orbits, and ambient fields.

Risk Tags

performance sensitiveaccessibility sensitiveoverdesigned

When to Use

  • Product contexts: SaaS hero, AI tool landing, portfolio case study, launch page, hardware/software showcase.
  • Choose it when the product intent matches 3D Product Showcase rather than generic decoration.
  • Start with a still product artifact; add shallow rotation only if it reinforces materiality.

When NOT to Use

  • Avoid abstract spinning cubes when the product has no object to show. Avoid on dense documentation pages, checkout flows, admin pages, or mobile pages where it delays content.

Configuration Tips

  • 01Technical fit: three.js, React Three Fiber, CSS 3D, or pre-rendered video depending on complexity.
  • 02Performance: Target 60fps. Keep geometry simple, cap pixel ratio on mobile, lazy-load the scene, and provide a static poster fallback.
  • 03Accessibility: Do not encode critical product meaning only in rotation. Keep copy and CTA readable.
  • 04Reduced motion: Static product image or one non-looping fade/scale reveal.

You've Seen It In

Motion Dict Creative Motion Pack

AI Implementation Prompts

Move from a fast scaffold to production details, then tune timing and edge states.

Design a Floating Product Object for this product context. First explain the product intent, when not to use it, performance budget, accessibility constraints, and reduced-motion fallback. Then propose the simplest implementation family that can express the idea safely.

Code Example (Tailwind CSS)

A focused implementation sketch you can adapt to your product state.

export function MotionDecisionChecklist() {
  const steps = [
    'Confirm product intent',
    'Choose the simplest implementation family',
    'Set performance caps and mobile fallback',
    'Add reduced-motion behavior',
    'Verify accessibility and readable content',
  ];

  return steps;
}