AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface TransitionOptions

    Configuration for transition between windows.

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

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

    relative?: boolean

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

    false
    
    tween?: tween