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

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

    interface IOrbit {
        animation: IAnimation;
        color?: string | IRangeColor;
        enable: boolean;
        opacity: RangeValue;
        radius?: RangeValue;
        rotation: IValueWithRandom;
        width: RangeValue;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    animation: IAnimation
    color?: string | IRangeColor

    The orbit color

    enable: boolean

    Enables/disables the animation

    opacity: RangeValue

    The orbit opacity

    radius?: RangeValue

    The orbit radius

    The orbit rotation

    width: RangeValue

    The orbit width