Skip to content

パーティクルのゆらぎ

particles.wobble は、移動パスの周囲に振動モーションを追加します。

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

ソース参照