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

Aurora Shader Background

Use the aurora as a restrained background layer, not the main content.

Use

AI tools, creative software, premium SaaS, launch pages, brand moments.

Avoid

Avoid behind long text, dense controls, financial or medical dashboards, or any page where contrast and reading speed matter more than atmosphere.

Safer Alternative

Parallax Background

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 soft animated gradient field creates premium, calm, or futuristic atmosphere behind a hero or brand section. It should support mood while staying behind the content hierarchy.

Decision Guidance

Use the aurora as a restrained background layer, not the main content.

Best For

AI tools, creative software, premium SaaS, launch pages, brand moments.

Avoid When

Avoid behind long text, dense controls, financial or medical dashboards, or any page where contrast and reading speed matter more than atmosphere.

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: AI tools, creative software, premium SaaS, launch pages, brand moments.
  • Choose it when the product intent matches Shader / Atmosphere rather than generic decoration.
  • Use the aurora as a restrained background layer, not the main content.

When NOT to Use

  • Avoid behind long text, dense controls, financial or medical dashboards, or any page where contrast and reading speed matter more than atmosphere.

Configuration Tips

  • 01Technical fit: CSS gradients for simple versions; WebGL fragment shader for high-quality procedural motion.
  • 02Performance: Keep opacity low, reduce resolution, cap frame rate or pause when hidden, and avoid fullscreen high-frequency noise.
  • 03Accessibility: Maintain text contrast independently of the shader. Avoid rapid hue shifts and flashing.
  • 04Reduced motion: Static gradient image or single blurred color field.

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 Aurora Shader Background 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;
}