-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparticles.json
65 lines (65 loc) · 1.05 KB
/
particles.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"particles": {
"number": {
"value": 30,
"density": {
"enable": true,
"value_area": 800
}
},
"color": {
"value": "#ffffff"
},
"shape": {
"type": "circle"
},
"opacity": {
"value": 0.6,
"random": false,
"anim": {
"enable": true,
"speed": 0.2,
"opacity_min": 0
}
},
"size": {
"value": 20,
"random": true,
"anim": {
"enable": false
}
},
"line_linked": {
"enable": false
},
"life": {
"duration": 7,
"count": 1
},
"move": {
"enable": true,
"speed": 0.3,
"direction": "none",
"random": true,
"straight": false,
"out_mode": "out",
"bounce": true,
"attract": {
"enable": false
}
}
},
"interactivity": {
"detect_on": "canvas",
"events": {
"onhover": {
"enable": false
},
"onclick": {
"enable": false
},
"resize": true
}
},
"retina_detect": true
}