查资料的时候在博客园看到的,看了下源码自己扒拉下来写了个demo,可以加到自己blog或者网页上。
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8" />
<title>光标粒子特效</title>
</head>
<body>
</body>
<script src="https://cdn.bootcdn.net/ajax/libs/jquery/2.2.0/jquery.js"></script>
<script src="https://blog-static.cnblogs.com/files/shuiche/mouse.min.js"></script>
<script>
$.shuicheMouse({
type: 11,
color: "rgba(187,67,128,1)"
})
</script>
</html>