tsParticles - v0.0.0
    Preparing search index...
    interface IGradientAngle {
        direction:
            | "random"
            | "clockwise"
            | "counter-clockwise"
            | RotateDirection
            | "counterClockwise";
        value: RangeValue;
    }

    Implemented by

    Index

    Properties

    Properties

    direction:
        | "random"
        | "clockwise"
        | "counter-clockwise"
        | RotateDirection
        | "counterClockwise"
    value: RangeValue