Skip to content

Commit 8a00601

Browse files
Update README.md
1 parent 52ae232 commit 8a00601

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,31 @@ Load particles.js and configure the particles:
1919

2020
particlesJS('particles-js', {
2121
particles: {
22-
color_hex: '#fff',
22+
color: '#fff',
2323
shape: 'circle', // 'circle', 'edge' or 'rectangle'
2424
opacity: 1,
2525
size: 2.5,
2626
size_random: true,
2727
nb: 200,
28+
line_linked: {
29+
enable: true,
30+
distance: 200,
31+
color: '#fff',
32+
opacity: 1,
33+
width: 0.5,
34+
condensed_mode: {
35+
enable: false,
36+
rotateX: 100,
37+
rotateY: 100
38+
}
39+
},
2840
anim: {
29-
speed: 2
41+
enable: true,
42+
speed: 1
3043
}
3144
},
3245
// Retina Display Support
33-
retina_detect: true
46+
retina_detect: false
3447
});
3548
```
3649

0 commit comments

Comments
 (0)