使用Vanta.js实现动态背景
介绍
anta.js可以为网站设置炫酷的动态背景 比如在网站登陆的首页,可以与普通JS、React、Angular、Vue等一起使用
官网 Vanta.js - Animated 3D Backgrounds For Your Website
安装three.js 依赖和Vanta JS 依赖
1 | npm i three |
整体代码
1 | <div ref="vantaRef" id="vantaRef" style="width:100%;height:100vh"></div> |
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.