tsParticles v1.14.0 Release Notes

Release Date: 2020-05-10 // almost 4 years ago
  • tsParticles 1.14.0

    ๐Ÿš€ Release Notes

    ๐Ÿ†• New Features

    • Particles can now be destroyed after a threshold size (bigger or lower it's your choice)
    • Particles can infect other particles with a new infection option
    • Particles can now vibrate with a new vibrate option
    • ๐Ÿšš Particles can set noise on move options
    • Created a slim file tsparticles.slim.js that doesn't have PolygonMask, Emitters and Absorbers.

    Existing features improvements

    • ๐Ÿ‘ Play/Pause behavior now will have a better behavior in startup
    • ๐Ÿ“ฑ The particles number limit can be more flexible with area density integration. If you specify a density the limit will be affected by that calculation, this will improve responsiveness.
    • The particles number density will be more customizable, the code has a 1000 factor hard coded, now that value is customizable.