Toggle navigation
在线编辑器
在线代码
文本比较
jQuery下载
前端库
在线手册
登录/注册
下载代码
html
css
js
分享到微信朋友圈
X
html
css
/* I wrote this in Sass, but there are functions that CodePen’s Sass version doesn’t currently support, so I’m using the output CSS here instead. */ * { border: 0; box-sizing: border-box; margin: 0; padding: 0; } :root { --bg: hsl(223deg, 10%, 90%); --trans-dur: 0.3s; font-size: calc(16px + 4 * (100vw - 320px) / 960); } body { background-color: var(--bg); font: 1em/1.5 sans-serif; height: 100vh; display: grid; place-items: center; transition: background-color var(--trans-dur); } .tvdd { overflow: hidden; position: relative; width: 16em; height: 16em; } .tvdd__ring { top: 0; left: 18.75%; width: 62.5%; height: 62.5%; transform-origin: 50% 80%; } .tvdd__ring, .tvdd__ring-dot { position: absolute; } .tvdd__ring-dots { animation: pivot 1s linear infinite; width: 100%; height: 100%; } .tvdd__ring-dot { animation: pulse 1s ease-in-out infinite; background-color: hsl(193deg, 90%, 55%); border-radius: 50%; margin: -5% 0 0 -5%; width: 10%; height: 10%; } .tvdd__ring-dot:nth-child(1) { top: 38.3531429704%; left: 6.533337817%; } .tvdd__ring-dot:nth-child(2) { animation-delay: -0.0833333333s; top: 61.6468570296%; left: 6.533337817%; } .tvdd__ring-dot:nth-child(3) { animation-delay: -0.1666666667s; top: 81.8198051534%; left: 18.1801948466%; } .tvdd__ring-dot:nth-child(4) { animation-delay: -0.25s; top: 93.466662183%; left: 38.3531429704%; } .tvdd__ring-dot:nth-child(5) { animation-delay: -0.3333333333s; top: 93.466662183%; left: 61.6468570296%; } .tvdd__ring-dot:nth-child(6) { animation-delay: -0.4166666667s; top: 81.8198051534%; left: 81.8198051534%; } .tvdd__ring-dot:nth-child(7) { animation-delay: -0.5s; top: 61.6468570296%; left: 93.466662183%; } .tvdd__ring-dot:nth-child(8) { animation-delay: -0.5833333333s; top: 38.3531429704%; left: 93.466662183%; } .tvdd__ring-dot:nth-child(9) { animation-delay: -0.6666666667s; top: 18.1801948466%; left: 81.8198051534%; } .tvdd__ring-dot:nth-child(10) { animation-delay: -0.75s; top: 6.533337817%; left: 61.6468570296%; } .tvdd__ring-dot:nth-child(11) { animation-delay: -0.8333333333s; top: 6.533337817%; left: 38.3531429704%; } .tvdd__ring-dot:nth-child(12) { animation-delay: -0.9166666667s; top: 18.1801948466%; left: 18.1801948466%; } .tvdd__ring:nth-child(2) { transform: rotate(120deg); } .tvdd__ring:nth-child(2) .tvdd__ring-dot { background-color: hsl(223deg, 90%, 55%); } .tvdd__ring:nth-child(3) { transform: rotate(240deg); } .tvdd__ring:nth-child(3) .tvdd__ring-dot { background-color: hsl(253deg, 90%, 55%); } /* Dark theme */ @media (prefers-color-scheme: dark) { :root { --bg: hsl(223deg, 10%, 10%); } } /* Animations */ @keyframes pivot { from { transform: rotate(0); } to { transform: rotate(30deg); } } @keyframes pulse { from, to { transform: scale(0.1); } 50% { transform: scale(1); } }
JavaScript
粒子
时间
文字
hover
canvas
3d
游戏
音乐
火焰
水波
轮播图
鼠标跟随
动画
css
加载动画
导航
菜单
按钮
滑块
tab
弹出层
统计图
svg
×
Close
在线代码下载提示
开通在线代码永久免费下载,需支付20jQ币
开通后,在线代码模块中所有代码可终身免费下!
您已开通在线代码永久免费下载,关闭提示框后,点下载代码可直接下载!
您已经开通过在线代码永久免费下载
对不起,您的jQ币不足!可通过发布资源 或
直接充值获取jQ币
取消
开通下载
<!doctype html> <html> <head> <meta charset="utf-8"> <title>三重维恩点图-jq22.com</title> <script src="https://www.jq22.com/jquery/jquery-1.10.2.js"></script> <style>
</style> </head> <body>
<script>
</script>
</body> </html>
2012-2021 jQuery插件库版权所有
jquery插件
|
jq22工具库
|
网页技术
|
广告合作
|
在线反馈
|
版权声明
沪ICP备13043785号-1
浙公网安备 33041102000314号