Skip to content

Commit

Permalink
getting it best
Browse files Browse the repository at this point in the history
  • Loading branch information
nejidevelops committed Jul 9, 2022
1 parent cdb7902 commit 685fbf4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ particlesJS('particles-js',
{
"particles": {
"number": {
"value": 80,
"value": 40,
"density": {
"enable": true,
"value_area": 800
Expand All @@ -41,7 +41,7 @@ particlesJS('particles-js',
}
},
"opacity": {
"value": 0.5,
"value": 1,
"random": false,
"anim": {
"enable": false,
Expand All @@ -61,7 +61,7 @@ particlesJS('particles-js',
}
},
"line_linked": {
"enable": true,
"enable": false,
"distance": 150,
"color": "#ffffff",
"opacity": 0.4,
Expand All @@ -70,7 +70,7 @@ particlesJS('particles-js',
"move": {
"enable": true,
"speed": 6,
"direction": "none",
"direction": "top",
"random": false,
"straight": false,
"out_mode": "out",
Expand All @@ -85,7 +85,7 @@ particlesJS('particles-js',
"detect_on": "canvas",
"events": {
"onhover": {
"enable": true,
"enable": false,
"mode": "repulse"
},
"onclick": {
Expand Down

0 comments on commit 685fbf4

Please sign in to comment.