Skip to content

Releases: Aneks1/particulab

Release v1.2.2

07 Feb 00:41
Compare
Choose a tag to compare

New Features

  • fadeIn property for ParticleSystem and Particle. Allows you to set fade in effects

Changes

  • ParticleSystem.size -> ParticleSystem.canvasSize
  • ParticleSystem.diameter -> ParticleSystem.size
  • Changed typings for FadeOptions

Release v1.2.0

03 Feb 01:16
Compare
Choose a tag to compare

Additions

  • You can set fade out options with ParticleSystem.setFadeOutType method
  • Current types are "opacity", "scale", "opacity-scale"
  • range method: returns an interval from its parameters

Changes

  • Changed the code structure
  • We use range method for readability now