{
  "id": "depth-parallax-words",
  "visibility": "hidden",
  "portable_spec": {
    "id": "depth-parallax-words",
    "display_name": "Depth Parallax Words",
    "description": "Per-word depth motion with scale and vertical drift for layered readability.",
    "inspiration": "Product landing pages combining depth cues with clean typography.",
    "target": "per-word",
    "signature_easing": "cubic-bezier(0.22, 1, 0.36, 1)",
    "enter": {
      "duration_ms": 700,
      "stagger_ms": 70,
      "easing": "cubic-bezier(0.22, 1, 0.36, 1)",
      "from": {
        "opacity": 0,
        "y_px": 18,
        "scale": 0.92,
        "blur_px": 3
      },
      "to": {
        "opacity": 1,
        "y_px": 0,
        "scale": 1,
        "blur_px": 0
      }
    },
    "exit": {
      "duration_ms": 500,
      "stagger_ms": 45,
      "easing": "cubic-bezier(0.64, 0, 0.78, 0)",
      "from": {
        "opacity": 1,
        "y_px": 0,
        "scale": 1,
        "blur_px": 0
      },
      "to": {
        "opacity": 0,
        "y_px": -10,
        "scale": 1.05,
        "blur_px": 2
      }
    },
    "swap": {
      "mode": "crossfade",
      "overlap_ms": 180,
      "micro_delay_ms": 30
    },
    "usage_notes": "Use short copy blocks and moderate stagger to avoid visual overload."
  },
  "showcase": null
}
