Skip to content

Releases: Barrior/JParticles

v3.5.0

21 Mar 09:56
Compare
Choose a tag to compare

EN

  • Particles supports particle spin effect
  • Snow supports snowflake spin effect

CN

  • Particles 支持粒子自旋效果
  • Snow 支持雪花自旋效果

v3.4.0

24 Jul 08:56
Compare
Choose a tag to compare

EN

  • The Snow effect supports setting the duration and related methods and events.
    • fallAgain: Method of snowing again.
    • onFinished: Event triggered after all snowflakes have drifted.

CN

  • 下雪效果支持设置持续时间(duration)及相关的方法和事件。
    • 方法 fallAgain: 再次下雪。
    • 事件 onFinished: 雪花均飘落后触发的事件。

v3.2.0

14 Jul 11:22
Compare
Choose a tag to compare

EN

  • Particle and Snow effects support custom shapes, making animations more colorful.

CN

  • 粒子和雪花效果支持自定义形状,让动画表现更丰富。

v3.1.0

13 Apr 06:01
Compare
Choose a tag to compare

EN

  • The mask parameter of Wave and WaveLoading effects supports the data type of CanvasImageSource.

CN

  • WaveWaveLoading 效果的 mask 参数支持 CanvasImageSource 的数据类型。

v3.0.0

28 Mar 16:29
Compare
Choose a tag to compare

EN

  • Support mask function can be used for custom logo.
  • Full support for TypeScript.
  • Added line animation effect.
  • Improve some APIs(more standard and clear).

CN

  • 支持遮罩功能(Mask)可用于自定义 Logo。
  • 全面支持 TypeScript,因为 3.0 采用了 TS 彻底重构。
  • 新增线条动画特效,也许在特定场景可以起到点缀的作用吧。
  • 改善了一些 API 的命名,为了让 API 更容易理解,尽量避免语义分歧。
  • 其他一些细节功能的改进或增强。

v2.0.1

22 Jun 09:51
Compare
Choose a tag to compare

Fix utils.extend error during deep copy.

v2.0.0

08 Jun 08:25
Compare
Choose a tag to compare
  • 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.

v1.1.0

31 Oct 12:26
Compare
Choose a tag to compare
  • 增加最大最小速度(maxSpeed, minSpeed),删除原有只是表示最大速度(speed)的API。
  • 修改最大最小半径API名称。
  • 修改粒子特效距离(dis)API名称为全称(distance)。

v1.0.1

16 Oct 12:16
Compare
Choose a tag to compare

fix IE error.

v1.0.0

14 Oct 08:53
Compare
Choose a tag to compare

Particleground.js v1.0.0 诞生啦!
提供粒子无序运动,波浪运动,雪花飘落三种特效!