MotionScript

@motion-script/core


@motion-script/core / RadialBlurOptions

Interface: RadialBlurOptions

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

Zoom / spin blur about a point. Scalar shorthand sets amount.

Extends

Properties

amount?

optional amount?: number

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

Smear length, 0–1 (default 0.5).


center?

optional center?: Vector2

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

Blur centre in 0–1 layer coords (default middle).


mode?

optional mode?: EffectMode

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

Inherited from

EffectOptions.mode


samples?

optional samples?: number

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

Taps averaged per pixel (default 16, max 32).


style?

optional style?: RadialBlurStyle

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

Radial rush ('zoom') or rotational streak ('spin') (default 'zoom').