tsParticles - v4.2.1
    Preparing search index...

    Ranged animation options with mode and start value

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    count: RangeValue = 0

    Number of animation loops (0 = infinite)

    decay: RangeValue = 0

    Animation decay factor

    delay: RangeValue = 0

    Delay before animation starts

    enable: boolean = false

    Enables the animation

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

    Animation mode (auto, increase, decrease, random)

    speed: RangeValue = 1

    Animation speed

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

    Start value type for the animation

    sync: boolean = false

    Whether the animation is synchronized across particles

    Methods