Skip to content

Particles Tilt

particles.tilt controls tilt angle and tilt animation.

Example

ts
particles: {
  tilt: {
    enable: true,
    direction: "clockwise",
    value: {
      min: 0,
      max: 360,
    },
    animation: {
      enable: true,
      speed: 15,
      sync: false,
    },
  },
}

Source reference