Skip to content

Commit

Permalink
Revert "Add better star effect"
Browse files Browse the repository at this point in the history
This reverts commit 49dc98b.
  • Loading branch information
darichey committed Aug 4, 2020
1 parent 27bef5e commit fb60857
Showing 1 changed file with 92 additions and 24 deletions.
116 changes: 92 additions & 24 deletions src/assets/particlesjs-config.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,110 @@
{
"detectRetina": true,
"pauseOnBlur": true,
"particles": {
"number": {
"value": 100,
"value": 80,
"density": {
"enable": true,
"value_area": 800
}

},
"color": {
"value": "#ffffff"
},
"move": {
"bounce": false,
"direction": "none",
"enable": true,
"out_mode": "out",
"random": true,
"speed": 0.1,
"straight": true
},
"opacity": {
"animation": {
"enable": true,
"minimumValue": 0.3,
"speed": 4,
"sync": false
"shape": {
"type": "circle",
"stroke": {
"width": 0,
"color": "#000000"
},
"value": 0.9
"polygon": {
"nb_sides": 5
},
"image": {
"src": "img/github.svg",
"width": 100,
"height": 100
}
},
"shape": {
"type": "circle"
"opacity": {
"value": 0.5,
"random": false,
"anim": {
"enable": false,
"speed": 1,
"opacity_min": 0.1,
"sync": false
}
},
"size": {
"value": 3,
"random": true,
"value": 3
"anim": {
"enable": false,
"speed": 40,
"size_min": 0.1,
"sync": false
}
},
"line_linked": {
"enable": false,
"distance": 150,
"color": "#ffffff",
"opacity": 0.4,
"width": 1
},
"move": {
"enable": true,
"speed": 0.5,
"direction": "bottom-right",
"random": false,
"straight": false,
"out_mode": "out",
"bounce": false,
"attract": {
"enable": false,
"rotateX": 600,
"rotateY": 1200
}
}
},
"interactivity": {
"detect_on": "canvas",
"events": {
"onhover": {
"enable": false,
"mode": "repulse"
},
"onclick": {
"enable": false,
"mode": "push"
},
"resize": true
},
"modes": {
"grab": {
"distance": 400,
"line_linked": {
"opacity": 1
}
},
"bubble": {
"distance": 400,
"size": 40,
"duration": 2,
"opacity": 8,
"speed": 3
},
"repulse": {
"distance": 200,
"duration": 0.4
},
"push": {
"particles_nb": 4
},
"remove": {
"particles_nb": 2
}
}
}
},
"retina_detect": true
}

0 comments on commit fb60857

Please sign in to comment.