mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
[Update] Participate: Slow down boids / remove interactivity
This commit is contained in:
parent
d96ca70bac
commit
f512c0281a
1 changed files with 3 additions and 4 deletions
|
@ -42,7 +42,7 @@
|
|||
}
|
||||
},
|
||||
'opacity': {
|
||||
'value': 0.4,
|
||||
'value': 0.8,
|
||||
'random': false,
|
||||
'anim': {
|
||||
'enable': false,
|
||||
|
@ -65,12 +65,11 @@
|
|||
'enable': true,
|
||||
'distance': 150,
|
||||
'color': '#ffffff',
|
||||
'opacity': 0.3,
|
||||
'opacity': 0.5,
|
||||
'width': 1
|
||||
},
|
||||
'move': {
|
||||
'enable': true,
|
||||
'speed': 0.25,
|
||||
'direction': 'none',
|
||||
'random': false,
|
||||
'straight': false,
|
||||
|
@ -83,7 +82,7 @@
|
|||
}
|
||||
},
|
||||
'interactivity': {
|
||||
'detect_on': 'canvas',
|
||||
'detect_on': '#hero',
|
||||
'events': {
|
||||
'onhover': {
|
||||
'enable': false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue