AboutSupportDeveloper GuideVersion 41.129.83.3
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
false

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