Move Acceleration handles motion by applying a constant acceleration force to particles.
Parameters
Move Acceleration Behavior Example:
Move Acceleration Behavior Configuration:
{
type: 'moveAcceleration',
config: {
accel: {
x: 0,
y: 200,
},
minStart: 10,
maxStart: 20,
rotate: true
},
},