AboutSupportDeveloper GuideVersion 38.126.82.64

Base configuration options needed for all types of transitions.

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

Properties

Properties

duration: number

The total time in milliseconds this transition should take.

relative?: boolean

Default Value

false

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