惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
Security Affairs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Jina AI
Jina AI
P
Palo Alto Networks Blog
GbyAI
GbyAI
大猫的无限游戏
大猫的无限游戏
A
Arctic Wolf
Hugging Face - Blog
Hugging Face - Blog
小众软件
小众软件
Y
Y Combinator Blog
T
The Blog of Author Tim Ferriss
Blog — PlanetScale
Blog — PlanetScale
S
Schneier on Security
V
Vulnerabilities – Threatpost
C
Cybersecurity and Infrastructure Security Agency CISA
雷峰网
雷峰网
T
Tenable Blog
人人都是产品经理
人人都是产品经理
T
Tor Project blog
C
Cyber Attacks, Cyber Crime and Cyber Security
AWS News Blog
AWS News Blog
Microsoft Security Blog
Microsoft Security Blog
J
Java Code Geeks
Scott Helme
Scott Helme
SecWiki News
SecWiki News
C
CERT Recently Published Vulnerability Notes
Recorded Future
Recorded Future
I
InfoQ
Security Archives - TechRepublic
Security Archives - TechRepublic
Help Net Security
Help Net Security
Cloudbric
Cloudbric
C
Check Point Blog
Engineering at Meta
Engineering at Meta
TaoSecurity Blog
TaoSecurity Blog
B
Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园_首页
N
News and Events Feed by Topic
云风的 BLOG
云风的 BLOG
MyScale Blog
MyScale Blog
腾讯CDC
量子位
Application and Cybersecurity Blog
Application and Cybersecurity Blog
K
Kaspersky official blog
Vercel News
Vercel News
F
Full Disclosure
T
Troy Hunt's Blog
Forbes - Security
Forbes - Security
S
Security @ Cisco Blogs

小枫网络

Typecho 1.21 评论区 XSS 漏洞发现与安全提醒 紧急预警!React Server Components 及 Next.js 高危远程代码执行漏洞(CVE-2025-55182/CVE-2025-66478) 🔥【站长自用推荐!嘉惟云服务器——性能怪兽+安全堡垒】🔥 🔥【HKGserver服务器】冲就完事了!兄弟们看过来!🔥 知乎服务器崩了, 网页打不开了 jsdelivr npm 国内加速CDN节点 小枫拟态UI5.0Pro - 个人主页源码 小枫公益API - 致力于为开发者提供免费、稳定、快速的Web Api服务 超好看的HTML+CSS登录页
一款优雅简约的鼠标跟踪特效
小枫 · 2024-06-04 · via 小枫网络

一款优雅简约的鼠标跟踪特效

这是一款基于原生JavaScript开发的鼠标跟踪效果,博主对部分代码进行了优化打包压缩后的代码仅有 5kb 大小。最后引入一行代码就能让你的网页呈现出这款优雅的鼠标跟踪效果~

CDN引入【推荐】

<script src="https://player.xfyun.club/js/curzr-arrow-pointer.min.js"></script>

示例代码

<!DOCTYPE html>
<html lang="zh-CN">

<head>
    <meta charset="UTF-8">
    <title>Demo</title>
    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta name="viewport" content="width=device-width, minimum-scale=1">
</head>

<body>
    // 代码放到 </body> 上面就行了 
    <script src="https://player.xfyun.club/js/curzr-arrow-pointer.min.js"></script>
</body>

</html>

展示图

一款优雅简约的鼠标跟踪特效

下载地址

gitee

 您阅读本篇文章共花了: 


访问者可将本网站提供的内容或服务用于个人学习、研究或欣赏,以及其他非商业性或非盈利性用途,但同时应遵守著作权法及其他相关法律的规定,不得侵犯本网站及相关权利人的合法权利。除此以外,将本网站任何内容或服务用于其他用途时,须征得本网站及相关权利人的书面许可,并支付报酬。