tsParticles - v0.0.0
    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
    enable: boolean

    Enables/disables the animation

    opacity: RangeValue
    radius?: RangeValue
    width: RangeValue