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", "detect_on": "html",
"events": { "events": {
"onhover": { "onhover": {
"enable": true, "enable": false,
"mode": "repulse" "mode": "repulse"
}, },
"onclick": { "onclick": {
"enable": true, "enable": false,
"mode": "push" "mode": "push"
}, },
"resize": true "resize": true

View File

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