MotionScript

@motion-script/core


@motion-script/core / ProgressiveBlurShape

Type Alias: ProgressiveBlurShape

ProgressiveBlurShape = "linear" | "radial"

Defined in: attributes/shape/effects/implementations/progressive-blur.ts:14

How the blur ramp is laid out across the node.

  • "linear" — the ramp runs along angle, so the blur builds from one edge toward the other. The gradient/fade-to-blur strip under a toolbar or over the bottom of a hero image.
  • "radial" — the ramp runs outward from center, so the middle stays sharp and the surround softens. A cheap depth-of-field / tilt-shift.