tsParticles - v0.0.0
    Preparing search index...

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

    interface ITilt {
        animation: ITiltAnimation;
        direction:
            | "clockwise"
            | "counter-clockwise"
            | "random"
            | TiltDirection
            | "counterClockwise";
        enable: boolean;
        value: RangeValue;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    animation: ITiltAnimation
    direction:
        | "clockwise"
        | "counter-clockwise"
        | "random"
        | TiltDirection
        | "counterClockwise"
    enable: boolean
    value: RangeValue