1 Star 2 Fork 2

pengjy/particles.js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
canvas.html 576 Bytes
一键复制 编辑 原始数据 按行查看 历史
pengjiyuan 提交于 2016-08-30 11:43 . add license and lib/
<!DOCTYPE html>
<html>
<head>
<title>Canvas particles</title>
<style>
html, body {
padding: 0;
margin: 0;
height: 100%;
overflow: hidden;
background-color: #b61924;
}
a {
position: absolute;
left: 50%;
margin-left: -100px;
margin-top: 50px;
display: block;
z-index: 10000;
width: 200px;
height: 40px;
background-color: #fff;
text-align: center;
line-height: 40px;
text-decoration: none;
color: black;
}
</style>
</head>
<body>
<a href="./svg.html">Go to SVG Demo</a>
<canvas id="my"></canvas>
<script src="./lib/canvas.particles.js"></script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/pjy/particles.js.git
[email protected]:pjy/particles.js.git
pjy
particles.js
particles.js
master

搜索帮助