Skip to content

Particles Wobble

particles.wobble adds oscillating motion around the move path.

Example

ts
particles: {
  wobble: {
    enable: true,
    distance: 10,
    speed: {
      min: -7,
      max: 7,
    },
  },
}

Source reference