PostMessage RPC API Documentation - v0.2.2
    Preparing search index...

    Interface AnimationOptions

    Animation options for showing/hiding fullscreen plugins

    interface AnimationOptions {
        x?: string;
        y?: string;
        opacity?: number;
        scale?: number;
        time?: number;
    }
    Index

    Properties

    x?: string

    Starting X position (e.g., "-100vw", "0px")

    y?: string

    Starting Y position (e.g., "0px", "100vh")

    opacity?: number

    Starting opacity (0-1)

    scale?: number

    Starting scale (0-1+)

    time?: number

    Animation duration in milliseconds