The dynamic particle effects are as follows:Install the pluginnpm install vue-particles --save-dev Import globally in main.js file import VueParticles from 'vue-particles' Vue.use(VueParticles) Use in vue file <vue-particles color="#409EFF" :particleOpacity="0.7" :particlesNumber="60" shapeType="circle" :particleSize="6" linesColor="#409EFF" :linesWidth="1" :lineLinked="true" :lineOpacity="0.4" :linesDistance="150" :moveSpeed="3" :hoverEffect="true" hoverMode="grab" :clickEffect="true" clickMode="push"> </vue-particles> Use dynamic particles as the background image. When a new div needs to be presented, you will find that the div cannot cover the vue-particles content and will be displayed later in turn. Therefore, <style> #particles-js { width: 100%; height: calc(100% - 100px); position: absolute; } </style> About the above attributes:
This is the end of this article about the implementation of the dynamic particle background plug-in for the Vue login page. For more related Vue dynamic particle background content, please search 123WORDPRESS.COM's previous articles or continue to browse the following related articles. I hope everyone will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: mysql-8.0.16 winx64 latest installation tutorial with pictures and text
>>: How to install a virtual machine with Windows services on Mac
Preface When scroll events such as scroll and res...
Table of contents 1. How to create an array in Ja...
Concept of SFTP sftp is the abbreviation of Secur...
The optimization created by MySQL is to add index...
Note: nginx installed via brew Website root direc...
Table of contents Overview 1. Menu and routing pr...
In the past, it was quite troublesome to achieve ...
1. Analytical thinking 1. Eliminate the machine...
Basic knowledge of responsive layout development ...
1. Installation 1. Download Go to the MySQL offic...
The previous article introduced the installation ...
This article example shares the specific code of ...
1. Embed is illegal The <embed> tag is a pri...
I believe everyone is familiar with the trashcan,...
The significance of writing order Reduce browser ...