-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
I cloned this repo and ran it locally with nodeJS v18. The result is just bubbles. no links and mouse interaction doesn't work either.
are there any steps missing? Thanks in advance.
Update : I tried with node v20, still failed.
I want to add some information here.
this is my config options :
:options="{
fpsLimit: 60,
interactivity: {
events: {
onClick: {
enable: false,
mode: 'push'
},
onHover: {
enable: true,
mode: 'repulse'
},
resize: true
},
modes: {
bubble: {
distance: 400,
duration: 2,
opacity: 0.8,
size: 40
},
push: {
quantity: 4
},
repulse: {
distance: 200,
duration: 0.4
}
}
},
particles: {
color: {
value: '#b3b3b3'
},
links: {
color: '#b3b3b3',
distance: 150,
enable: true,
opacity: 0.5,
width: 1
},
collisions: {
enable: false
},
move: {
direction: 'none',
enable: true,
outMode: 'bounce',
random: false,
speed: 1,
straight: false
},
number: {
density: {
enable: true,
area: 800
},
value: 80
},
opacity: {
value: 0.5
},
shape: {
type: 'circle'
},
size: {
random: true,
value: 5
}
},
detectRetina: true
}"
Metadata
Metadata
Assignees
Labels
No labels