tsParticles - v0.0.0
    Preparing search index...
    interface IAnimatableGradientColor {
        opacity?:
            | number
            | IGradientColorOpacity & IAnimatable<IGradientColorOpacityAnimation>;
        stop: number;
        value: IAnimatableColor;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Properties

    stop: number