Merge branch 'master' of https://github.com/iCaotix/ipr-projekt
This commit is contained in:
commit
774d6ef35a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user