hosanna-ui-docs - v0.9.0
    Preparing search index...

    Parameters for configuring a fade transition effect.

    interface IFadeTransitionParams {
        color?: string;
        duration?: number;
    }
    Index

    Properties

    Properties

    color?: string

    Optional. The color to use for the fade effect (e.g., "#000000" for black).

    duration?: number

    Optional. The duration of the fade effect in milliseconds.