原子颗粒特效动画库particles.js的使用

 

 

1.简介

 

particles.js是用于创建粒子特效的轻量级JavaScript库。

github:https://github.com/VincentGarreau/particles.js

在线代码设计:https://codepen.io/VincentGarreau/pen/pnlso

主页:https://vincentgarreau.com/particles.js/

 

2.快速入门

 

2.1 页面

 

  • 加载了js,准备了一个div元素

 

2.2 使用

 

/* particlesJS.load(@dom-id, @path-json, @callback (optional)); */
particlesJS.load('particles-js', 'assets/particles.json', functio

你可能感兴趣的:(#,动画,money,javascript,js,css,canvas)