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

    The gradient angle options

    interface IGradientAngle {
        direction:
            | RotateDirection
            | "counter-clockwise"
            | "clockwise"
            | "counterClockwise"
            | "random";
        value: RangeValue;
    }

    Implemented by

    Index

    Properties

    Properties

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

    The gradient angle direction

    value: RangeValue

    The gradient angle value