Move Speed behavior controls a particle’s speed of movement that changes over time. Note that movement direction is controlled by the particle’s starting rotation.
Parameters
Move Speed Example:
Move Speed Configuration: – other configuration excluded for brevity
{
type: 'moveSpeed',
config: {
speed: {
list: [
{value: 200, time: 0},
{value: 5, time: 0.25},
{value: 2000, time: 1}
]
},
minMult: 0.5,
}
}