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

    Ranged animation options

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

    Hierarchy (View Summary)

    Index

    Properties

    count: RangeValue

    Animation loop count

    decay: RangeValue

    Speed animation decay

    delay: RangeValue

    Animation delay, first time only

    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