挥洒笔墨舞动青春canvas鼠标舞动动画效果想象力

代码语言:html

所属分类:粒子

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">

<style>
html
,
body
{
       
width: 100%;
       
height: 100%;
       
overflow: hidden;
}

body
{
       
margin: 0;
       
padding: 0;
       
color: #fff;
       
background-color: #000;
}

canvas
{
       
-webkit-tap-highlight-color: transparent;
       
tap-highlight-color: transparent;
       
-webkit-user-select: none;
       
user-select: none;
       
cursor: pointer;
}
</style>

</head>
<body translate="no">
<canvas></canvas>
<script>
/// Imagination by @neave

window.requestAnimationFrame =
        window.requestAnimationFrame ||
        window.webkitRequestAnimationFrame ||
        window.mozRequestAnimationFrame ||
        window..........完整代码请登录后点击上方下载按钮下载查看

网友评论0