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

Hierarchy

Implements

Constructors

Properties

count: RangeValue
decay: RangeValue

Speed animation decay

delay: RangeValue

Animation delay

enable: boolean

Enables/disables the animation

minimumValue?: number

Deprecated

this property is obsolete, please use the new min/max object in the size value

mode: "auto" | "increase" | "decrease" | "random" | 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