Type alias TransitionOptions

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

Configuration for transition between windows.

Type declaration

  • interrupt: boolean

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

  • Optional relative?: boolean

    Default Value

    false

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

  • Optional tween?: tween

Generated using TypeDoc