We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ae232 commit 8a00601Copy full SHA for 8a00601
README.md
@@ -19,18 +19,31 @@ Load particles.js and configure the particles:
19
20
particlesJS('particles-js', {
21
particles: {
22
- color_hex: '#fff',
+ color: '#fff',
23
shape: 'circle', // 'circle', 'edge' or 'rectangle'
24
opacity: 1,
25
size: 2.5,
26
size_random: true,
27
nb: 200,
28
+ line_linked: {
29
+ enable: true,
30
+ distance: 200,
31
32
+ opacity: 1,
33
+ width: 0.5,
34
+ condensed_mode: {
35
+ enable: false,
36
+ rotateX: 100,
37
+ rotateY: 100
38
+ }
39
+ },
40
anim: {
- speed: 2
41
42
+ speed: 1
43
}
44
},
45
// Retina Display Support
- retina_detect: true
46
+ retina_detect: false
47
});
48
```
49
0 commit comments