MotionScript

@motion-script/core


@motion-script/core / ProgressiveBlurOptions

Interface: ProgressiveBlurOptions

Defined in: attributes/shape/effects/chain.ts:454

Blur that ramps across the node. Scalar shorthand sets radius.

mode: 'backdrop' gives the frosted panel whose blur fades out rather than ending at a hard edge.

Extends

Properties

angle?

optional angle?: number

Defined in: attributes/shape/effects/chain.ts:464

Ramp direction in degrees; 0 = left-to-right (default 90, i.e. downward).


center?

optional center?: Vector2

Defined in: attributes/shape/effects/chain.ts:466

Ramp origin in 0–1 layer coords (default middle). 'radial' only.


end?

optional end?: number

Defined in: attributes/shape/effects/chain.ts:462

0–1 where it reaches radius (default 1).


mode?

optional mode?: EffectMode

Defined in: attributes/shape/effects/effect-data.ts:83

Inherited from

EffectOptions.mode


radius?

optional radius?: number

Defined in: attributes/shape/effects/chain.ts:456

Blur spread in px at the far end of the ramp (default 24).


samples?

optional samples?: number

Defined in: attributes/shape/effects/chain.ts:468

Taps averaged at full radius, 2–32 (default 20).


shape?

optional shape?: ProgressiveBlurShape

Defined in: attributes/shape/effects/chain.ts:458

Ramp layout (default 'linear').


start?

optional start?: number

Defined in: attributes/shape/effects/chain.ts:460

0–1 where the blur starts building (default 0).