Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
OutRed
GitHub Repository: OutRed/artclass
Path: blob/main/static/data/particles.json
595 views
1
{
2
"particles": {
3
"number": {
4
"value": 160,
5
"density": {
6
"enable": false
7
}
8
},
9
"color": {
10
"value": ["#3C33FF", "#33B5FF", "#33ECFF"]
11
},
12
"size": {
13
"value": 3,
14
"random": true,
15
"anim": {
16
"speed": 4,
17
"size_min": 0.3
18
}
19
},
20
"line_linked": {
21
"enable": false
22
},
23
"move": {
24
"random": true,
25
"speed": 1,
26
"direction": "top",
27
"out_mode": "out"
28
}
29
},
30
"interactivity": {
31
"events": {
32
"onhover": {
33
"enable": true,
34
"mode": "bubble"
35
},
36
"onclick": {
37
"enable": false,
38
"mode": "repulse"
39
}
40
},
41
"modes": {
42
"bubble": {
43
"distance": 250,
44
"duration": 2,
45
"size": 1.5,
46
"opacity": 1
47
},
48
"repulse": {
49
"distance": 400,
50
"duration": 4
51
}
52
}
53
}
54
}
55
56