AboutSupportDeveloper GuideVersion 41.129.83.3
interface Position {
    duration: number;
    left: number;
    relative?: boolean;
    top: number;
}

Properties

duration: number

The total time in milliseconds this transition should take.

left: number

Defaults to the window's current left position in virtual screen coordinates.

relative?: boolean
false

Treats 'opacity' as absolute or as a delta. Defaults to false.
top: number

Defaults to the window's current top position in virtual screen coordinates.