tsParticles - v0.0.0
    Preparing search index...

    [[include:Options/Particles/Rotate.md]]

    interface IRotate {
        animation: IRotateAnimation;
        direction:
            | "random"
            | "clockwise"
            | "counter-clockwise"
            | RotateDirection
            | "counterClockwise";
        path: boolean;
        value: RangeValue;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    animation: IRotateAnimation
    direction:
        | "random"
        | "clockwise"
        | "counter-clockwise"
        | RotateDirection
        | "counterClockwise"
    path: boolean
    value: RangeValue