Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface VFXTimelineSequenceEntry

    interface VFXTimelineSequenceEntry {
        component: string;
        position?: string | number;
    }
    Index

    Properties

    Properties

    component: string

    The labeled component in sequence.

    position?: string | number

    The animejs offset position. Can be a number for absolute timeline values, a label (including optional prefixing to reference other effects), or a relative value (e.g. "+1000" for 1s after the previous effect). It can also be a combination of label and offset (e.g. "effect.impact-=1000" for 1s before the effect.impact label)