Skip to content

Partikelneigung

particles.tilt steuert den Neigungswinkel und die Neigungsanimation.

Beispiel

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

Quellenangabe