tsParticles - v0.0.0
    Preparing search index...
    interface IEmitterRate {
        delay: RangeValue;
        quantity: RangeValue;
    }

    Implemented by

    Index

    Properties

    Properties

    delay: RangeValue

    The emitting velocity, how many seconds will pass between the next particles creation Decimal values allowed

    quantity: RangeValue

    The emitting quantity, how many particles will be created at every creation event