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

    Interface TransitionBase

    Base configuration options needed for all types of transitions.

    interface TransitionBase {
        duration: number;
        relative?: boolean;
    }
    Index
    duration: number

    The total time in milliseconds this transition should take.

    relative?: boolean

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

    false