tsParticles - v4.1.1
    Preparing search index...

    The life options [[include:Options/Particles/Life.md]]

    interface ILife {
        count: number;
        delay: ILifeDelay;
        duration: ILifeDuration;
    }

    Implemented by

    Index

    Properties

    Properties

    count: number

    The life count

    delay: ILifeDelay

    The life delay options

    duration: ILifeDuration

    The life duration options