tsParticles - v4.1.1
    Preparing search index...

    Particle life cycle data

    interface IParticleLife {
        count: number;
        delay: number;
        delayTime: number;
        duration: number;
        time: number;
    }
    Index

    Properties

    count: number

    Number of times the particle has been reset

    delay: number

    Delay before the particle starts

    delayTime: number

    Delay time value in seconds

    duration: number

    Total duration of the particle life

    time: number

    Elapsed time in the current life cycle