Html vue page js css particle floating effect plugin

HTML page particle floating effect plug-in

floating effect

insert image description here

Github address, document

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

example

<!DOCTYPE html>
<html lang="en">
<head>
	<link rel="stylesheet" media="screen" href="css/style.css">
</head>
<body>
	<div id="particles-js"></div>
	
	<script src="../particles.js"></script>
	<script src="js/app.js"></script>
</body>
</html>

Guess you like

Origin blog.csdn.net/y393016244/article/details/130748715