NarraLeaf

FadeOptions

The start, end and duration options that control a fade's opacity range and timing.

type FadeOptions = {
    start?: number;
    end: number;
    duration: number;
};