This commit is contained in:
2025-02-16 22:04:34 +01:00
parent 8ce0cd2821
commit 61959d9079
2 changed files with 111 additions and 1 deletions

110
particlesjs-config.json Normal file
View File

@@ -0,0 +1,110 @@
{
"particles": {
"number": {
"value": 60,
"density": {
"enable": true,
"value_area": 1000
}
},
"color": {
"value": "#346c9d"
},
"shape": {
"type": "circle",
"stroke": {
"width": 0,
"color": "#4f6e84"
},
"polygon": {
"nb_sides": 5
},
"image": {
"src": "img/github.svg",
"width": 100,
"height": 100
}
},
"opacity": {
"value": 0,
"random": false,
"anim": {
"enable": true,
"speed": 1,
"opacity_min": 0.1,
"sync": false
}
},
"size": {
"value": 15,
"random": true,
"anim": {
"enable": false,
"speed": 40,
"size_min": 0.1,
"sync": false
}
},
"line_linked": {
"enable": true,
"distance": 400,
"color": "#417da7",
"opacity": 0.13415509907748635,
"width": 20
},
"move": {
"enable": true,
"speed": 3,
"direction": "none",
"random": true,
"straight": false,
"out_mode": "bounce",
"bounce": false,
"attract": {
"enable": false,
"rotateX": 9627.601227913727,
"rotateY": 9627.601227913727
}
}
},
"interactivity": {
"detect_on": "canvas",
"events": {
"onhover": {
"enable": true,
"mode": "bubble"
},
"onclick": {
"enable": false,
"mode": "repulse"
},
"resize": true
},
"modes": {
"grab": {
"distance": 215.7842157842158,
"line_linked": {
"opacity": 0.1
}
},
"bubble": {
"distance": 511.57956280248146,
"size": 28.42108682236008,
"duration": 0.9744372624809171,
"opacity": 0.8607529151914768,
"speed": 3
},
"repulse": {
"distance": 203.00776301685772,
"duration": 0.4
},
"push": {
"particles_nb": 4
},
"remove": {
"particles_nb": 2
}
}
},
"retina_detect": true
}