tsParticles - v4.1.1
    Preparing search index...
    MoveParticle: Particle & {
        gravity?: IParticleGravity;
        moveDecay?: number;
        pathDelay?: number;
        pathGenerator?: IMovePathGenerator;
        retina: { spinAcceleration?: number };
        spin?: IParticleSpin;
    }

    Type Declaration

    • Optionalgravity?: IParticleGravity

      Gets particle gravity options

    • OptionalmoveDecay?: number

      Gets particle movement speed decay

    • OptionalpathDelay?: number

      Gets the delay for every path step

    • OptionalpathGenerator?: IMovePathGenerator

      Gets the particle's path generator

    • retina: { spinAcceleration?: number }

      The retina properties for this particle

      • OptionalspinAcceleration?: number

        The spin acceleration value

    • Optionalspin?: IParticleSpin

      The particle spin animation data