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

    Size animation options

    interface ISizeAnimation {
        count: RangeValue;
        decay: RangeValue;
        delay: RangeValue;
        destroy: "none" | "min" | "max" | DestroyType;
        enable: boolean;
        mode: "random" | "auto" | "increase" | "decrease" | AnimationMode;
        speed: RangeValue;
        startValue: "random" | "min" | "max" | StartValueType;
        sync: boolean;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    count: RangeValue

    Animation loop count

    decay: RangeValue

    Speed animation decay

    delay: RangeValue

    Animation delay, first time only

    destroy: "none" | "min" | "max" | DestroyType

    The value to use for destroying the particle.

    enable: boolean

    Enables/disables the animation

    mode: "random" | "auto" | "increase" | "decrease" | AnimationMode

    Animation mode

    speed: RangeValue

    Speed animation

    startValue: "random" | "min" | "max" | StartValueType

    Animation start value

    sync: boolean

    Enables the sync animations for the particles created at the same time pushed or emitter particles will be out of sync