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

    Interface Opacity

    interface Opacity {
        duration: number;
        opacity: number;
        relative?: boolean;
    }
    Index
    duration: number

    The total time in milliseconds this transition should take.

    opacity: number

    The opacity from 0.0 (transparent) to 1.0 (normal).

    relative?: boolean

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

    false