1. 首页
  2. 编程语言
  3. 其他
  4. html5 canvas圆形粒子移动背景动画特效.zip

html5 canvas圆形粒子移动背景动画特效.zip

上传者: 2020-04-09 05:57:47上传 ZIP文件 4.11KB 热度 30次
this.update=function(){ varlastPoint={x:_this.x,y:_this.y}; //Movepointsovertime _this.radians=_this.velocity; //Drageffect _this.lastMouse.x=(mouse.x-_this.lastMouse.x)*0.05; _this.lastMouse.y=(mouse.y-_this.lastMouse.y)*0.05; //CircularMotion _this.
用户评论