MotionScript

@motion-script/core


@motion-script/core / VideoEchoFilterOptions

Interface: VideoEchoFilterOptions

Defined in: attributes/shape/filters/chain.ts:108

Motion-trail echo of past frames (video only).

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/filters/chain.ts:116

Blend mode used to composite the echo taps (default 'screen').


decay?

optional decay?: number

Defined in: attributes/shape/filters/chain.ts:114

Per-tap alpha multiplier; tap n is drawn at decay ** n (default 0.5).


delay

delay: number

Defined in: attributes/shape/filters/chain.ts:112

Delay between successive taps, in source seconds.


echoes

echoes: number

Defined in: attributes/shape/filters/chain.ts:110

Number of past-frame taps drawn behind the current frame.