tsParticles - v4.0.0-beta.12
    Preparing search index...

    The animatable gradient color options

    interface IAnimatableGradientColor {
        opacity?:
            | number
            | IGradientColorOpacity & IAnimatable<IGradientColorOpacityAnimation>;
        stop: number;
        value: IAnimatableColor;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Properties

    The animatable gradient color opacity

    stop: number

    The gradient color stop

    The animatable gradient color value