1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > VUE粒子特效vue-particles插件使用

VUE粒子特效vue-particles插件使用

时间:2024-03-23 09:50:58

相关推荐

VUE粒子特效vue-particles插件使用

vue-particles粒子特效

第一步:下载包vue-particles

npm install --save vue-particles

第二步:在main.js中引入vue-particles

import VueParticles from "vue-particles";Vue.use(VueParticles)

第三步:在.vue文件中使用VueParticles

<vue-particlescolor="#0293dd":particleOpacity="1":particlesNumber="300"shapeType="circle":particleSize="6"linesColor="#0293dd":linesWidth="1":lineLinked="true":lineOpacity="1":linesDistance="60":moveSpeed="0.3":hoverEffect="true"hoverMode="grab":clickEffect="false"clickMode="push"style="margin: 0 auto; width: 375px; height: 375px; border-radius: 50%; overflow: hidden"/>

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。