tsParticles - v4.0.0-beta.12
    Preparing search index...
    interface ISizeAnimation {
        count: RangeValue;
        decay: RangeValue;
        delay: RangeValue;
        destroy: "none" | "min" | "max" | DestroyType;
        enable: boolean;
        mode: "random" | AnimationMode | "auto" | "increase" | "decrease";
        speed: RangeValue;
        startValue: "random" | "min" | "max" | StartValueType;
        sync: boolean;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

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