Skip to content

Commit c68eb9c

Browse files
update
1 parent 608864d commit c68eb9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

demo/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ particlesJS('particles-js',
9696
},
9797
"modes": {
9898
"grab": {
99-
"distance": 400,
99+
"distance": 200,
100100
"line_linked": {
101101
"opacity": 1
102102
}

particles.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
/* Demo / Generator : vincentgarreau.com/particles.js
55
/* GitHub : github.com/VincentGarreau/particles.js
66
/* How to use? : Check the GitHub README
7-
/* v2.0.0
7+
/* v2.0.1
88
/* ----------------------------------------------- */
9-
'use strict'
9+
'use strict';
1010

1111
var pJS = function(tag_id, params){
1212

0 commit comments

Comments
 (0)