mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
(Update) Boids: decrease opacity / make it more subtle
This commit is contained in:
parent
ccd1fb526b
commit
d7a13d8c9a
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'opacity': {
|
'opacity': {
|
||||||
'value': 0.8,
|
'value': 0.4,
|
||||||
'random': false,
|
'random': false,
|
||||||
'anim': {
|
'anim': {
|
||||||
'enable': false,
|
'enable': false,
|
||||||
|
@ -65,7 +65,7 @@
|
||||||
'enable': true,
|
'enable': true,
|
||||||
'distance': 150,
|
'distance': 150,
|
||||||
'color': '#ffffff',
|
'color': '#ffffff',
|
||||||
'opacity': 0.5,
|
'opacity': 0.3,
|
||||||
'width': 1
|
'width': 1
|
||||||
},
|
},
|
||||||
'move': {
|
'move': {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue