change speed parameter base to 100

This commit is contained in:
Asif Bacchus
2020-04-08 05:26:04 -06:00
parent fe51090807
commit fb5a4675f8
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
href="css/index.min.css"
crossorigin="anonymous"/>
</head>
<body onload='particles(false, false, 2, 0.5)'>
<body onload='particles(false, false, 2, 10)'>
<canvas id="particles"></canvas>
<!-- javascript -->
<script