@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?
optionalblend?:"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?
optionaldecay?:number
Defined in: attributes/shape/effects/chain.ts:492
Per-tap alpha multiplier (default 0.72).
delay?
optionaldelay?:number
Defined in: attributes/shape/effects/chain.ts:490
Delay between taps in seconds (default 1 / 24).
echoes?
optionalechoes?:number
Defined in: attributes/shape/effects/chain.ts:488
Past-frame taps drawn behind the current frame (default 6).
mode?
optionalmode?:EffectMode
Defined in: attributes/shape/effects/effect-data.ts:83
Inherited from
EffectOptions.mode