tsParticles - v4.0.0-beta.12
    Preparing search index...
    SVGPathParticle: Particle & {
        svgDirection?: SVGPathDirection;
        svgInitialPosition?: ICoordinates;
        svgOffset?: IDimension;
        svgPathIndex?: number;
        svgSpeed?: number;
        svgStep?: number;
    }

    SVG path particle extension type

    Type Declaration

    • OptionalsvgDirection?: SVGPathDirection

      Direction along the SVG path

    • OptionalsvgInitialPosition?: ICoordinates

      Initial position when the particle started following the path

    • OptionalsvgOffset?: IDimension

      Offset from the path

    • OptionalsvgPathIndex?: number

      Current path index

    • OptionalsvgSpeed?: number

      Speed along the path

    • OptionalsvgStep?: number

      Current step on the path