mirror of
https://github.com/arkorty/DownLink.git
synced 2026-03-17 16:51:45 +00:00
Limit particles to save on resources
This commit is contained in:
@@ -17,7 +17,7 @@ const Background = () => {
|
||||
value: "#2c2c2c",
|
||||
},
|
||||
},
|
||||
fpsLimit: 120,
|
||||
fpsLimit: 60,
|
||||
interactivity: {
|
||||
events: {
|
||||
onClick: {
|
||||
@@ -33,6 +33,10 @@ const Background = () => {
|
||||
modes: {
|
||||
push: {
|
||||
quantity: 4,
|
||||
limit: 20,
|
||||
},
|
||||
remove: {
|
||||
quantity: 4,
|
||||
},
|
||||
repulse: {
|
||||
distance: 200,
|
||||
|
||||
Reference in New Issue
Block a user