MotionScript

@motion-script/core


@motion-script/core / RadialBlurEffect

Interface: RadialBlurEffect

Defined in: attributes/shape/effects/implementations/radial-blur.ts:23

After Effects' Radial Blur — the source is sampled repeatedly along a path that radiates from (zoom) or circles (spin) a centre point, and the taps are averaged. The centre stays sharp and the smear grows with distance, which is what makes it read as speed rather than as softness.

Extends

Properties

amount

amount: number

Defined in: attributes/shape/effects/implementations/radial-blur.ts:26

Smear length as a fraction of the node's half-extent (zoom) or of a turn (spin). 0 = off.


center

center: Vector2

Defined in: attributes/shape/effects/implementations/radial-blur.ts:30

Centre of the blur in 0–1 layer coords (default middle).


mode?

optional mode?: EffectMode

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

Inherited from

ModedEffect.mode


samples

samples: number

Defined in: attributes/shape/effects/implementations/radial-blur.ts:32

Taps averaged per pixel; higher is smoother and slower.


style

style: RadialBlurStyle

Defined in: attributes/shape/effects/implementations/radial-blur.ts:28

Radial rush or rotational streak.


type

type: "radialBlur"

Defined in: attributes/shape/effects/implementations/radial-blur.ts:24