tsParticles - v0.0.0
    Preparing search index...

    This interface is used by the options classes to have a IOptionLoader.load method to set all needed properties from source

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    count: RangeValue

    Animation loop count

    decay: RangeValue

    Speed animation decay

    delay: RangeValue

    Animation delay, first time only

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

    The value to use for destroying the particle.

    enable: boolean

    Enables/disables the animation

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

    Speed animation

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

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

    Methods