tsParticles - v0.0.0
    Preparing search index...

    The background cover customization

    interface IBackgroundMaskCover {
        color?: string | IRangeColor;
        image?: string;
        opacity: number;
    }

    Implemented by

    Index

    Properties

    Properties

    color?: string | IRangeColor

    The background color hiding all elements behind, string or IOptionsColor value.

    image?: string

    The background image hiding all elements behind

    opacity: number

    The opacity of the background