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

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

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

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

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