Type alias TransitionBase

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

Base configuration options needed for all types of transitions.

Type declaration

  • duration: number

    The total time in milliseconds this transition should take.

  • Optional relative?: boolean

    Default Value

    false

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

Generated using TypeDoc