Commit eafe7520 authored by nano's avatar nano

fix particle value

parent d3d97340
...@@ -10,10 +10,10 @@ function Index({ children }) { ...@@ -10,10 +10,10 @@ function Index({ children }) {
params={{ params={{
'particles': { 'particles': {
'number': { 'number': {
'value': 80, 'value': 20,
'density': { 'density': {
'enable': true, 'enable': true,
'value_area': 800 'value_area': 1000
} }
}, },
'color': { 'color': {
...@@ -101,7 +101,7 @@ function Index({ children }) { ...@@ -101,7 +101,7 @@ function Index({ children }) {
}, },
'bubble': { 'bubble': {
'distance': 400, 'distance': 400,
'size': 40, 'size': 20,
'duration': 2, 'duration': 2,
'opacity': 8, 'opacity': 8,
'speed': 1 'speed': 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment