particles.js v2.0.0 Release Notes

Release Date: 2015-05-09 // almost 9 years ago
  • πŸ†• New features

    β€’ New calling function: load json config
    πŸ‘ β€’ Support multiple particles.js on a same page
    β€’ Custom shape image (svg, png, jpg...)
    β€’ Custom shape polygon (include star, with custom number sides)
    β€’ Stroke shape
    πŸ‘ β€’ Support RGB and HSL color
    β€’ Array selection for color_random (HEX values)
    β€’ Opacity random particles
    β€’ Animation size / opacity particles
    β€’ Bounce effect (out mode + between particles)
    β€’ Custom moving direction / straight mode
    β€’ New Β« bubble Β» mode interaction (hover + click)
    β€’ New Β« repulse Β» mode interaction (hover + click)
    πŸ‘ β€’ Support multi modes on hover / click event

    πŸ›  Fixes / Optimizations

    🐎 β€’ Better performance (on Firefox, line linked process…)
    β€’ Distance / opacity line_linked
    πŸ”€ β€’ Improve merge paramaters
    β€’ Opacity on color random / array particles
    β€’ Edge shape position
    β€’ Equilateral triangle shape
    πŸ“¦ β€’ Add packages : npm, Rails Assets, Meteor
    β€’ Refresh canvas on click event / anim disabled
    β€’ Rounded linked line
    β€’ Line linked opacity on hover event
    πŸ›  β€’ Grab mode fixes


Previous changes from v1.0.3

  • πŸ›  Fixes / Optimizations

    • interactivity mouse position on Firefox
    • set correct pixel ratio for retina displays
    • triangle particle positioning