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

    Interface DoorAnimationConfiguration

    interface DoorAnimationConfiguration {
        config: WallDoorAnimationConfig;
        direction?: number;
        double?: boolean;
        duration?: number;
        flip?: boolean;
        strength?: number;
        style?: DoorStyle;
        type?: string;
    }
    Index

    Properties

    direction?: number
    double?: boolean
    duration?: number
    flip?: boolean
    strength?: number
    style?: DoorStyle
    type?: string