mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +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': {
|
||||
'value': 0.8,
|
||||
'value': 0.4,
|
||||
'random': false,
|
||||
'anim': {
|
||||
'enable': false,
|
||||
|
@ -65,7 +65,7 @@
|
|||
'enable': true,
|
||||
'distance': 150,
|
||||
'color': '#ffffff',
|
||||
'opacity': 0.5,
|
||||
'opacity': 0.3,
|
||||
'width': 1
|
||||
},
|
||||
'move': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue