interface IAnimation {
    count: RangeValue;
    decay: RangeValue;
    delay: RangeValue;
    enable: boolean;
    speed: RangeValue;
    sync: boolean;
}

Hierarchy

Implemented by

Properties

count: RangeValue

Animation loop count

decay: RangeValue

Speed animation decay

delay: RangeValue

Animation delay, first time only

enable: boolean

Enables/disables the animation

speed: RangeValue

Speed animation

sync: boolean

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