MotionScript

@motion-script/core


@motion-script/core / VintageEffect

Interface: VintageEffect

Defined in: attributes/shape/effects/implementations/vintage.ts:4

Mixin: every effect declares the layer it targets via EffectMode. Omitted is treated as "foreground". A single uniform field across all effects means the backdrop/foreground classifier never has to branch on type.

Extends

Properties

amount

amount: number

Defined in: attributes/shape/effects/implementations/vintage.ts:7

0–1: blend from original (0) to full sepia/desaturate (1).


mode?

optional mode?: EffectMode

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

Inherited from

ModedEffect.mode


type

type: "vintage"

Defined in: attributes/shape/effects/implementations/vintage.ts:5


warmth

warmth: number

Defined in: attributes/shape/effects/implementations/vintage.ts:9

-1…1: negative = cool/cyan tint, positive = warm/orange tint.