@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?
optionalamount?:number
Defined in: attributes/shape/effects/chain.ts:229
Smear length, 0–1 (default 0.5).
center?
optionalcenter?:Vector2
Defined in: attributes/shape/effects/chain.ts:233
Blur centre in 0–1 layer coords (default middle).
mode?
optionalmode?:EffectMode
Defined in: attributes/shape/effects/effect-data.ts:83
Inherited from
EffectOptions.mode
samples?
optionalsamples?:number
Defined in: attributes/shape/effects/chain.ts:235
Taps averaged per pixel (default 16, max 32).
style?
optionalstyle?:RadialBlurStyle
Defined in: attributes/shape/effects/chain.ts:231
Radial rush ('zoom') or rotational streak ('spin') (default 'zoom').