AboutSupportDeveloper GuideVersion 38.126.82.64

Configuration for transition between windows.

interface TransitionOptions {
    interrupt: boolean;
    relative?: boolean;
    tween?: tween;
}

Properties

interrupt: boolean

Interrupts the current animation (otherwise, the animation is added to the end of the queue).

relative?: boolean

Default Value

false

Treats 'opacity' as absolute or as a delta. Defaults to false.
tween?: tween