Releases: Barrior/JParticles
Releases · Barrior/JParticles
v3.5.0
v3.4.0
EN
- The
Snow
effect supports setting theduration
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
v3.1.0
v3.0.0
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
v2.0.0
- Upgrade to
2.0.0
and rename it toJParticles
. - 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
andproximity
parameters support the value of(0, 1)
. - particle: adjust the
distance
parameter toproximity
to get closer to it's functional meaning. - wave: add new
setOptions()
method. - wave: remove original
setOffsetTop()
method. - wave: adjust the
stroke
parameter toline
to unify style.