FIX: js/[particles.js, app.js]

This commit is contained in:
the_kellner 2018-06-18 19:10:47 +02:00
parent 826aba6825
commit 537f2a053c
2 changed files with 4 additions and 4 deletions

View File

@ -85,11 +85,11 @@ particlesJS('particles-js',
"detect_on": "html",
"events": {
"onhover": {
"enable": true,
"enable": false,
"mode": "repulse"
},
"onclick": {
"enable": true,
"enable": false,
"mode": "push"
},
"resize": true

View File

@ -91,11 +91,11 @@ var pJS = function(tag_id, params){
detect_on: 'canvas',
events: {
onhover: {
enable: true,
enable: false,
mode: 'grab'
},
onclick: {
enable: true,
enable: false,
mode: 'push'
},
resize: true