Difference between revisions of "Template:UCL/Particle JS"

Line 23: Line 23:
 
     particles: {
 
     particles: {
 
       number: {
 
       number: {
         value: 400,
+
         value:35,
 
         density: {
 
         density: {
 
           enable: true,
 
           enable: true,
           value_area: 800
+
           value_area: 2000
 
         }
 
         }
 
       },
 
       },
 
       color: {
 
       color: {
         value: '#fff'
+
         value: '000000'
 
       },
 
       },
 
       shape: {
 
       shape: {
Line 36: Line 36:
 
         stroke: {
 
         stroke: {
 
           width: 0,
 
           width: 0,
           color: '#ff0000'
+
           color: '#f95c2c'
 
         },
 
         },
 
         polygon: {
 
         polygon: {
Line 48: Line 48:
 
       },
 
       },
 
       opacity: {
 
       opacity: {
         value: 1,
+
         value: 0.2,
 
         random: false,
 
         random: false,
 
         anim: {
 
         anim: {
 
           enable: false,
 
           enable: false,
           speed: 2,
+
           speed: 1,
 
           opacity_min: 0,
 
           opacity_min: 0,
           sync: false
+
           sync: true
 
         }
 
         }
 
       },
 
       },
 
       size: {
 
       size: {
         value: 20,
+
         value: 1,
 
         random: false,
 
         random: false,
 
         anim: {
 
         anim: {
 
           enable: false,
 
           enable: false,
           speed: 20,
+
           speed: 1,
 
           size_min: 0,
 
           size_min: 0,
           sync: false
+
           sync: true
 
         }
 
         }
 
       },
 
       },
 
       line_linked: {
 
       line_linked: {
 
         enable: true,
 
         enable: true,
         distance: 100,
+
         distance: 1000,
         color: '#fff',
+
         color: '#aaaaaa',
         opacity: 1,
+
         opacity: 0.51,
 
         width: 1
 
         width: 1
 
       },
 
       },
 
       move: {
 
       move: {
 
         enable: true,
 
         enable: true,
         speed: 2,
+
         speed: 1.5,
 
         direction: 'none',
 
         direction: 'none',
         random: false,
+
         random: true,
 
         straight: false,
 
         straight: false,
         out_mode: 'out',
+
         out_mode: 'bounce',
 
         bounce: false,
 
         bounce: false,
 
         attract: {
 
         attract: {
           enable: false,
+
           enable: true,
           rotateX: 3000,
+
           rotateX: 300000,
           rotateY: 3000
+
           rotateY: 300000
 
         }
 
         }
 
       },
 
       },
Line 105: Line 105:
 
       modes: {
 
       modes: {
 
         grab:{
 
         grab:{
           distance: 100,
+
           distance: 340,
 
           line_linked:{
 
           line_linked:{
 
             opacity: 1
 
             opacity: 1
Line 111: Line 111:
 
         },
 
         },
 
         bubble:{
 
         bubble:{
           distance: 200,
+
           distance: 800,
 
           size: 80,
 
           size: 80,
           duration: 0.4
+
           duration: 2,
 +
          opacity:0.8,
 +
        speed:3
 
         },
 
         },
 
         repulse:{
 
         repulse:{
           distance: 200,
+
           distance: 400,
 
           duration: 0.4
 
           duration: 0.4
 
         },
 
         },
 
         push:{
 
         push:{
           particles_nb: 4
+
           particles_nb: 3
 
         },
 
         },
 
         remove:{
 
         remove:{

Revision as of 11:38, 17 September 2018