Skip to content

Instantly share code, notes, and snippets.

@gtsafas
Created August 20, 2020 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gtsafas/02a947f1c434448ad2dbd4940e156510 to your computer and use it in GitHub Desktop.
Save gtsafas/02a947f1c434448ad2dbd4940e156510 to your computer and use it in GitHub Desktop.
<Particles
params={{
"fps_limit": 28,
"particles": {
"collisions": {
"enable": false
},
"number": {
"value": 200,
"density": {
"enable": false
}
},
"line_linked": {
"enable": true,
"distance": 30,
"opacity": 0.4
},
"move": {
"speed": 1
},
"opacity": {
"anim": {
"enable": true,
"opacity_min": 0.05,
"speed": 1,
"sync": false
},
"value": 0.4
}
},
"polygon": {
"enable": true,
"scale": 0.5,
"type": "inline",
"move": {
"radius": 10
},
"url": "/small-deer.2a0425af.svg",
"inline": {
"arrangement": "equidistant"
},
"draw": {
"enable": true,
"stroke": {
"color": "rgba(255, 255, 255, .2)"
}
}
},
"retina_detect": false,
"interactivity": {
"events": {
"onhover": {
"enable": true,
"mode": "bubble"
}
},
"modes": {
"bubble": {
"size": 6,
"distance": 40
}
}
}
}} />
v3.3.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment