Skip to content

Commit

Permalink
make particle not move onhover
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulbasit-dev committed May 20, 2020
1 parent ee6a7ce commit 824f8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion particles.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"detect_on": "canvas",
"events": {
"onhover": {
"enable": true,
"enable": false,
"mode": "repulse"
},
"onclick": {
Expand Down

0 comments on commit 824f8b6

Please sign in to comment.