tsParticles - v4.1.1
    Preparing search index...

    Size animation options

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

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    count: RangeValue
    decay: RangeValue
    delay: RangeValue
    destroy: DestroyType | "none" | "max" | "min"

    The value to use for destroying the particle.

    enable: boolean
    mode: AnimationMode | "auto" | "increase" | "decrease" | "random"
    speed: RangeValue
    startValue: "max" | "min" | "random" | StartValueType
    sync: boolean