MotionScript

@motion-script/core


@motion-script/core / ScatterOptions

Interface: ScatterOptions

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

Per-pixel random jitter. Scalar shorthand sets strength.

Extends

Properties

axis?

optional axis?: EffectAxis

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

Axis pixels are scattered along (default 'both').


mode?

optional mode?: EffectMode

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

Inherited from

EffectOptions.mode


strength?

optional strength?: number

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

Maximum random pixel displacement (default 10).