We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 608864d commit c68eb9cCopy full SHA for c68eb9c
demo/js/app.js
@@ -96,7 +96,7 @@ particlesJS('particles-js',
96
},
97
"modes": {
98
"grab": {
99
- "distance": 400,
+ "distance": 200,
100
"line_linked": {
101
"opacity": 1
102
}
particles.js
@@ -4,9 +4,9 @@
4
/* Demo / Generator : vincentgarreau.com/particles.js
5
/* GitHub : github.com/VincentGarreau/particles.js
6
/* How to use? : Check the GitHub README
7
-/* v2.0.0
+/* v2.0.1
8
/* ----------------------------------------------- */
9
-'use strict'
+'use strict';
10
11
var pJS = function(tag_id, params){
12
0 commit comments