tsParticles - v4.1.1
    Preparing search index...

    Restore behavior options after attract interaction

    interface IAttractRestore {
        delay: number;
        enable: boolean;
        follow: boolean;
        speed: number;
    }
    Index

    Properties

    delay: number

    Delay in seconds before restoring starts

    enable: boolean

    Enable restoring particles to their pre-attract trajectory

    follow: boolean

    Follow the particle natural movement while it is interacting

    speed: number

    Restore interpolation factor (0..1) applied per frame