tsParticles 1.42.1 Released

matteobruni

Matteo Bruni

Posted on March 11, 2022

tsParticles 1.42.1 Released

tsParticles 1.42.0 Changelog

Options Updates

New numeric values are now randomizable, using the { min, max } object instead of the numeric value. The list of the new randomizable options are:

  • particles.move.attract.distance
  • particles.move.angle.offset
  • particles.move.angle.value
  • particles.orbit.opacity
  • particles.orbit.radius
  • particles.orbit.width
  • particles.repulse.distance
  • particles.repulse.duration
  • particles.repulse.factor
  • particles.repulse.speed
  • particles.roll.darken.value
  • particles.roll.enlighten.value
  • particles.rotate.animation.speed
  • particles.tilt.animation.speed
  • particles.twinkle.lines.opacity
  • particles.twinkle.particles.opacity

These are the core options, also every animation object now can have randomizable count and speed properties.

Absorbers and Emitters plugin options now have randomizable coordinates, the { min, max } can be set to their position.x and position.y values instead of a single numeric.


tsParticles 1.42.1 Changelog

Bug Fixes

  • Fixes issue with 0 values on x and y properties of emitters position options

GitHub logo matteobruni / tsparticles

tsParticles - Easily create highly customizable JavaScript particles effects, confetti explosions and fireworks animations and use them as animated backgrounds for your website. Ready to use components available for React.js, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Inferno, Solid, Riot and Web Components.

💖 💪 🙅 🚩
matteobruni
Matteo Bruni

Posted on March 11, 2022

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

tsParticles 1.43.0 Released
javascript tsParticles 1.43.0 Released

April 5, 2022

tsParticles 1.42.1 Released
javascript tsParticles 1.42.1 Released

March 11, 2022

How to make a parser and a filter?
javascript How to make a parser and a filter?

October 11, 2021