MotionScript

@motion-script/core


@motion-script/core / TrailsOptions

Interface: TrailsOptions

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

Motion trails from past frames. Scalar shorthand sets echoes.

Extends

Properties

blend?

optional blend?: "color" | "multiply" | "screen" | "overlay" | "darken" | "lighten" | "color-dodge" | "color-burn" | "hard-light" | "soft-light" | "difference" | "exclusion" | "hue" | "saturation" | "luminosity" | "normal"

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

How the taps composite (default 'screen').


decay?

optional decay?: number

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

Per-tap alpha multiplier (default 0.72).


delay?

optional delay?: number

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

Delay between taps in seconds (default 1 / 24).


echoes?

optional echoes?: number

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

Past-frame taps drawn behind the current frame (default 6).


mode?

optional mode?: EffectMode

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

Inherited from

EffectOptions.mode