Toggle navigation
在线编辑器
在线代码
文本比较
jQuery下载
前端库
在线手册
登录/注册
下载代码
html
css
js
分享到微信朋友圈
X
html
css
* { border: 0; box-sizing: border-box; margin: 0; padding: 0; } :root { --hue: 223; --bg: hsl(var(--hue),90%,10%); --fg: hsl(var(--hue),90%,90%); --primary: hsl(var(--hue),90%,50%); --trans-dur: 0.3s; font-size: calc(20px + (40 - 20) * (100vw - 320px) / (2560 - 320)); } body { background-color: var(--bg); color: var(--fg); display: flex; font: 1em/1.5 sans-serif; height: 100vh; transition: background-color var(--trans-dur), color var(--trans-dur); } .pl { --dur: 3s; margin: auto; position: relative; width: 8em; height: 8em; } .pl__nucleus, .pl__nucleus-particle { position: absolute; } .pl__nucleus { top: 50%; left: 50%; transform-style: preserve-3d; } .pl__nucleus-particle, .pl__ring, .pl__orbit, .pl__electron { animation: particleTop var(--dur) linear infinite; } .pl__nucleus-particle { background-color: var(--primary); background-image: radial-gradient(37.5% 37.5% at 37.5% 37.5%,hsla(var(--hue),10%,90%,0.25) 48%,hsla(var(--hue),10%,90%,0) 50%); border-radius: 50%; box-shadow: -0.125em -0.125em 0 hsla(var(--hue),10%,10%,0.25) inset; top: calc(50% - 0.5em); left: calc(50% - 0.5em); width: 1em; height: 1em; transition: background-color var(--trans-dur); } .pl__nucleus-particle:nth-child(2n) { background-color: hsl(var(--hue),90%,70%); } .pl__nucleus-particle:nth-child(n + 4):nth-child(-n + 9) { animation-name: particleMiddle; } .pl__nucleus-particle:nth-child(n + 10):nth-child(-n + 12) { animation-name: particleBottom; } .pl__nucleus-particle:nth-child(2) { animation-delay: calc(var(--dur) * -0.33); } .pl__nucleus-particle:nth-child(3) { animation-delay: calc(var(--dur) * -0.67); } .pl__nucleus-particle:nth-child(5) { animation-delay: calc(var(--dur) * -0.17); } .pl__nucleus-particle:nth-child(6) { animation-delay: calc(var(--dur) * -0.33); } .pl__nucleus-particle:nth-child(7) { animation-delay: calc(var(--dur) * -0.5); } .pl__nucleus-particle:nth-child(8) { animation-delay: calc(var(--dur) * -0.67); } .pl__nucleus-particle:nth-child(9) { animation-delay: calc(var(--dur) * -0.83); } .pl__nucleus-particle:nth-child(11) { animation-delay: calc(var(--dur) * -0.33); } .pl__nucleus-particle:nth-child(12) { animation-delay: calc(var(--dur) * -0.67); } .pl__nucleus-particle:last-child { animation: none; } .pl__rings { display: block; width: 100%; height: auto; } .pl__ring { animation-name: ring; transform-origin: 64px 64px; } .pl__ring:nth-child(n + 5):nth-child(-n + 7) { animation-delay: calc(var(--dur) * -0.25); } .pl__orbit, .pl__electron { animation-name: orbit; transition: stroke var(--trans-dur); } .pl__orbit:first-child { stroke: hsla(var(--hue),90%,50%,0); } .pl__orbit:nth-child(2) { stroke: hsla(var(--hue),90%,50%,0.5); } .pl__orbit:nth-child(3) { stroke: hsla(var(--hue),90%,50%,0.7); } .pl__ring:first-child .pl__orbit:first-child { stroke: hsla(var(--hue),90%,50%,0.3); } .pl__ring:nth-child(2) .pl__orbit { animation-delay: calc(var(--dur) * -0.125); } .pl__ring:nth-child(3) .pl__orbit { animation-delay: calc(var(--dur) * -0.25); } .pl__ring:nth-child(4) .pl__orbit { animation-delay: calc(var(--dur) * -0.375); } .pl__ring:nth-child(5) .pl__orbit:first-child { stroke: hsla(var(--hue),90%,50%,0.3); } .pl__ring:nth-child(6) .pl__orbit { animation-delay: calc(var(--dur) * -0.25); } .pl__ring:nth-child(7) .pl__electron:nth-child(2) { animation-delay: calc(var(--dur) * -0.25); } .pl__ring:nth-child(8) .pl__electron:nth-child(2) { animation-delay: calc(var(--dur) * -0.125); } .pl__ring:nth-child(8) .pl__electron:nth-child(3) { animation-delay: calc(var(--dur) * -0.25); } .pl__ring:nth-child(8) .pl__electron:nth-child(4) { animation-delay: calc(var(--dur) * -0.375); } /* Animations */ @keyframes orbit { from { stroke-dashoffset: 0; } to { stroke-dashoffset: 580; } } @keyframes ring { from { transform: rotate(0); } to { transform: rotate(1turn); } } @keyframes particleTop { from { transform: rotateY(0) rotateZ(-35deg) translateY(-100%) rotateZ(35deg) rotateY(0); } to { transform: rotateY(-1turn) rotateZ(-35deg) translateY(-100%) rotateZ(35deg) rotateY(1turn); } } @keyframes particleMiddle { from { transform: rotateY(0) rotateZ(90deg) translateY(-100%) rotateZ(-90deg) rotateY(0); } to { transform: rotateY(-1turn) rotateZ(90deg) translateY(-100%) rotateZ(-90deg) rotateY(1turn); } } @keyframes particleBottom { from { transform: rotateY(0) rotateZ(-145deg) translateY(-100%) rotateZ(145deg) rotateY(0); } to { transform: rotateY(-1turn) rotateZ(-145deg) translateY(-100%) rotateZ(145deg) rotateY(1turn); } }
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号