AboutSupportDeveloper GuideVersion 38.126.82.64
interface Opacity {
    duration: number;
    opacity: number;
    relative?: boolean;
}

Properties

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

Default Value

false

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