Destroys the particles if not none when it reaches the min or max value of the animation
animation.enable
boolean
true / false
animation.speed
number
3
Describes the rate at which particles will shrink or grow as a function of other size values
animation.startValue
string
min max random
Defines where is the starting value of the animation, if random property is set this will be ignored
animation.sync
boolean
true / false
Unless animation.startValue is set to random, when sync is toggled true, particles will change size simultaneously for their entire duration; when false, particles begin changing size from their time of appearance, but independently of one another.
Particles Size
value
number
/object
50
/{ min: 10, max: 50 }
animation.destroy
string
min
max
none
none
when it reaches themin
ormax
value of the animationanimation.enable
boolean
true
/false
animation.speed
number
3
function of other
size
valuesanimation.startValue
string
min
max
random
random
property is set this will be ignored
animation.sync
boolean
true
/false
animation.startValue
is set torandom
, whensync
istoggled
true
, particles will change size simultaneously fortheir entire duration; when
false
, particles begin changingsize from their time of appearance, but independently
of one another.