AboutSupportDeveloper GuideVersion 38.126.82.64
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

Default Value

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.