AccelerationConfigType
ts
type AccelerationConfigType = object;Type defining the configuration for acceleration mode.
Properties
acceleration
ts
acceleration: number;Rotation acceleration applied over time.
mode
ts
mode: "acceleration";Acceleration mode will rotate particles over time based on the acceleration value.
startRotation
ts
startRotation: number;Initial rotation value for the particle.