interface RenderedEffectSourceData {
    animation: object;
    color: null | number;
    preview: boolean;
    seed: null | number;
}

Properties

animation: object

An animation configuration for the source

color: null | number

A color applied to the rendered effect

preview: boolean

Is this source a temporary preview?

seed: null | number

An integer seed to synchronize (or de-synchronize) animations