-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathparams.json
57 lines (57 loc) · 1.01 KB
/
params.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
{
"particles": {
"density": 200,
"color": "#fff",
"size": {
"value": 1,
"random": false
},
"movement": {
"speed": 1,
"restless": {
"enabled": false,
"value": 10
}
},
"interactivity": {
"on_hover": {
"enabled": true,
"action": "repulse"
},
"on_click": {
"enabled": false,
"action": "big_repulse"
},
"on_touch": {
"enabled": true,
"action": "repulse"
}
}
},
"image": {
"src": {
"path": "https://raw.githubusercontent.com/paxtonfitzpatrick/particle-image/master/codepen-logo-demo.png",
"is_external": true
},
"size": {
"canvas_pct": 60,
"min_px": 150,
"max_px": 800
}
},
"interactions": {
"repulse": {
"distance": 100,
"strength": 200
},
"big_repulse": {
"distance": 100,
"strength": 500
},
"grab": {
"distance": 100,
"line_width": 1
}
},
"disabled": false
}