jparticles
Version:
A succinct, efficient, and lightweight Canvas plugin library for building some cool particle effects.
28 lines (22 loc) • 1.31 kB
Markdown
### 2.0.0 *(2017.06.08)*
- **Upgrade to `2.0.0` and rename it to `JParticles`.**
- **Add new effect: `waveLoading` - simulation progress bar to load.**
- All effects: add `onDestroy()` event.
- All effects: chaining operation support for events.
- particle: add new `lineShape` parameter to define the line shape of the particles.
- particle: add new `parallax` parameter to create parallax effect.
- particle: increase the feature of the gyroscope, for the positioning point and parallax effect.
- particle: enhance `range` and `proximity` parameters support the value of `(0, 1)`.
- particle: adjust the `distance` parameter to `proximity` to get closer to it's functional meaning.
- wave: add new `setOptions()` method.
- wave: remove original `setOffsetTop()` method.
- wave: adjust the `stroke` parameter to `line` to unify style.
### 1.1.0 *(2016.10.31)*
- Add `maxSpeed`, `minSpeed`, remove `speed` only represent the maximum speed.
- Adjust API names of the maximum and minimum radius.
- Adjust the `dis` parameter to full name `distance`.
### 1.0.1 *(2016.10.16)*
- Fix `IE9` following browsers error.
### 1.0.0 *(2016.10.14)*
- `Particleground.js v1.0.0` was born!
- Provide particles disorder movement, wave movement, snowfall three special effects.