Skip to content

Commit

Permalink
add disco if onHover
Browse files Browse the repository at this point in the history
  • Loading branch information
pz-max committed Jul 2, 2021
1 parent 31cb949 commit be09d95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/js/custom_particle.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tsParticles.load("tsparticles", {
},
onHover: {
enable: true,
mode: "grab",
mode: "connect",
parallax: {
enable: false,
force: 2,
Expand All @@ -32,11 +32,11 @@ tsParticles.load("tsparticles", {
speed: 3
},
connect: {
distance: 80,
distance: 40,
lineLinked: {
opacity: 0.5
},
radius: 60
radius: 250
},
grab: {
distance: 300,
Expand Down

0 comments on commit be09d95

Please sign in to comment.