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

    Move path options

    interface IMovePath {
        clamp: boolean;
        delay: IValueWithRandom;
        enable: boolean;
        generator?: string;
        options: PathOptions;
    }

    Implemented by

    Index

    Properties

    clamp: boolean

    Checks if the output value is clamped between -1 and 1, the velocity range, values out of range must be handled correctly.

    The delay between two updates of the path.

    enable: boolean

    Enables or disables the path movement.

    generator?: string

    The name of the path generator to use, if any.

    options: PathOptions

    The options of the path movement.