DEV Community

Matteo Bruni for tsParticles

Posted on • Updated on

tsParticles v1.10.1 Released

New tsParticles version released, 1.10.1.

Release notes

  • Fixed rotation for line shape
  • Canvas context now has it's own classes for drawing
  • Canvas context now is private
  • Methods play and pause implemented, you can now easily control the animations without changing the config runtime

Options added:

  • particles.move.trail: an object to add trails to particles
  • pauseOnCanvas: a boolean to enable/disable the pause on window blur
  • lineLinked shadow options

Checkout the demo here: https://particles.matteobruni.it

Do you want to replace the old, outdated and abandoned particles.js?
You're in the right place!


Here are some demos!

Characters as particles

Particles chars demo


Mouse hover connections

Particles mouse connections demo


Polygon mask

tsParticles Polygon Mask demo


Background Mask particles

tsParticles Background Mask demo


COVID-19 SARS-CoV-2 particles

tsParticles COVID-19 demo

Don't click! DON'T CLICK! OH NO IT'S SPREADING!!!!

COVID-19 is not funny. It's a serious world problem and we should prevent its spreading. If you are in a risky area please STAY AT HOME

--

GitHub repo

https://github.com/matteobruni/tsparticles

npm

https://www.npmjs.com/package/tsparticles

yarn

https://yarnpkg.com/package/tsparticles

jsDelivr

https://www.jsdelivr.com/package/npm/tsparticles


Feel free to contribute to the project!

Top comments (0)