Toggle navigation
在线编辑器
在线代码
文本比较
jQuery下载
前端库
在线手册
登录/注册
下载代码
html
css
js
分享到微信朋友圈
X
html
css
body { background: #000; height: 100vh; overflow: hidden; } #ui .ball { position: absolute; top: 50%; left: 50%; filter: blur(8px) contrast(10); } #ui .ball:nth-child(1) { animation: horizontal 1600ms infinite ease-in-out 5ms; } #ui .ball:nth-child(1) .ball_inner { box-shadow: 10px 10px 40px 5px rgba(255, 0, 0, 0.1); animation: vertical 200ms infinite alternate ease-in-out 5ms; } #ui .ball:nth-child(2) { animation: horizontal 1600ms infinite ease-in-out 10ms; } #ui .ball:nth-child(2) .ball_inner { box-shadow: 10px 10px 40px 5px rgba(255, 0, 0, 0.1); animation: vertical 200ms infinite alternate ease-in-out 10ms; } #ui .ball:nth-child(3) { animation: horizontal 1600ms infinite ease-in-out 15ms; } #ui .ball:nth-child(3) .ball_inner { box-shadow: 10px 10px 40px 5px rgba(255, 0, 0, 0.1); animation: vertical 200ms infinite alternate ease-in-out 15ms; } #ui .ball:nth-child(4) { animation: horizontal 1600ms infinite ease-in-out 20ms; } #ui .ball:nth-child(4) .ball_inner { box-shadow: 10px 10px 40px 5px rgba(255, 0, 0, 0.1); animation: vertical 200ms infinite alternate ease-in-out 20ms; } #ui .ball:nth-child(5) { animation: horizontal 1600ms infinite ease-in-out 25ms; } #ui .ball:nth-child(5) .ball_inner { box-shadow: 10px 10px 40px 5px rgba(255, 0, 0, 0.1); animation: vertical 200ms infinite alternate ease-in-out 25ms; } #ui .ball:nth-child(6) { animation: horizontal 1600ms infinite ease-in-out 30ms; } #ui .ball:nth-child(6) .ball_inner { box-shadow: 10px 10px 40px 5px rgba(255, 0, 0, 0.1); animation: vertical 200ms infinite alternate ease-in-out 30ms; } #ui .ball:nth-child(7) { animation: horizontal 1600ms infinite ease-in-out 35ms; } #ui .ball:nth-child(7) .ball_inner { box-shadow: 10px 10px 40px 5px rgba(255, 0, 0, 0.1); animation: vertical 200ms infinite alternate ease-in-out 35ms; } #ui .ball:nth-child(8) { animation: horizontal 1600ms infinite ease-in-out 40ms; } #ui .ball:nth-child(8) .ball_inner { box-shadow: 10px 10px 40px 5px rgba(255, 0, 0, 0.1); animation: vertical 200ms infinite alternate ease-in-out 40ms; } #ui .ball:nth-child(9) { animation: horizontal 1600ms infinite ease-in-out 45ms; } #ui .ball:nth-child(9) .ball_inner { box-shadow: 10px 10px 40px 5px rgba(255, 0, 0, 0.1); animation: vertical 200ms infinite alternate ease-in-out 45ms; } #ui .ball:nth-child(10) { animation: horizontal 1600ms infinite ease-in-out 50ms; } #ui .ball:nth-child(10) .ball_inner { box-shadow: 10px 10px 40px 5px rgba(255, 0, 0, 0.1); animation: vertical 200ms infinite alternate ease-in-out 50ms; } #ui .ball:nth-child(11) { animation: horizontal 1600ms infinite ease-in-out 55ms; } #ui .ball:nth-child(11) .ball_inner { box-shadow: 10px 10px 40px 5px rgba(255, 0, 0, 0.1); animation: vertical 200ms infinite alternate ease-in-out 55ms; } #ui .ball:nth-child(12) { animation: horizontal 1600ms infinite ease-in-out 60ms; } #ui .ball:nth-child(12) .ball_inner { box-shadow: 10px 10px 40px 5px rgba(255, 0, 0, 0.1); animation: vertical 200ms infinite alternate ease-in-out 60ms; } #ui .ball:nth-child(13) { animation: horizontal 1600ms infinite ease-in-out 65ms; } #ui .ball:nth-child(13) .ball_inner { box-shadow: 10px 10px 40px 5px rgba(255, 0, 0, 0.1); animation: vertical 200ms infinite alternate ease-in-out 65ms; } #ui .ball:nth-child(14) { animation: horizontal 1600ms infinite ease-in-out 70ms; } #ui .ball:nth-child(14) .ball_inner { box-shadow: 10px 10px 40px 5px rgba(255, 0, 0, 0.1); animation: vertical 200ms infinite alternate ease-in-out 70ms; } #ui .ball:nth-child(15) { animation: horizontal 1600ms infinite ease-in-out 75ms; } #ui .ball:nth-child(15) .ball_inner { box-shadow: 10px 10px 40px 5px rgba(255, 0, 0, 0.1); animation: vertical 200ms infinite alternate ease-in-out 75ms; } #ui .ball:nth-child(16) { animation: horizontal 1600ms infinite ease-in-out 80ms; } #ui .ball:nth-child(16) .ball_inner { box-shadow: 10px 10px 40px 5px rgba(255, 0, 0, 0.1); animation: vertical 200ms infinite alternate ease-in-out 80ms; } #ui .ball:nth-child(17) { animation: horizontal 1600ms infinite ease-in-out 85ms; } #ui .ball:nth-child(17) .ball_inner { box-shadow: 10px 10px 40px 5px rgba(255, 0, 0, 0.1); animation: vertical 200ms infinite alternate ease-in-out 85ms; } #ui .ball:nth-child(18) { animation: horizontal 1600ms infinite ease-in-out 90ms; } #ui .ball:nth-child(18) .ball_inner { box-shadow: 10px 10px 40px 5px rgba(255, 0, 0, 0.1); animation: vertical 200ms infinite alternate ease-in-out 90ms; } #ui .ball:nth-child(19) { animation: horizontal 1600ms infinite ease-in-out 95ms; } #ui .ball:nth-child(19) .ball_inner { box-shadow: 10px 10px 40px 5px rgba(255, 0, 0, 0.1); animation: vertical 200ms infinite alternate ease-in-out 95ms; } #ui .ball:nth-child(20) { animation: horizontal 1600ms infinite ease-in-out 100ms; } #ui .ball:nth-child(20) .ball_inner { box-shadow: 10px 10px 40px 5px rgba(255, 0, 0, 0.1); animation: vertical 200ms infinite alternate ease-in-out 100ms; } #ui .ball_inner { width: 5px; height: 20px; margin: -10px 0 0 -10px; background: orange; border-radius: 100%; } @keyframes horizontal { 0% { transform: translateX(0px); } 10% { transform: translateX(0px); } 20% { transform: translateX(-150px); } 30% { transform: translateX(0px); } 40% { transform: translateX(150px); } 50% { transform: translateX(160px); } 60% { transform: translateX(100px); } 70% { transform: translateX(0px); } 80% { transform: translateX(0px); } 90% { transform: translateX(0px); } 100% { transform: translateX(0px); } } @keyframes vertical { 0% { transform: translateY(-100px); } 100% { transform: translateY(100px); } }
JavaScript
粒子
时间
文字
hover
canvas
3d
游戏
音乐
火焰
水波
轮播图
鼠标跟随
动画
css
加载动画
导航
菜单
按钮
滑块
tab
弹出层
统计图
svg
×
Close
在线代码下载提示
开通在线代码永久免费下载,需支付20jQ币
开通后,在线代码模块中所有代码可终身免费下!
您已开通在线代码永久免费下载,关闭提示框后,点下载代码可直接下载!
您已经开通过在线代码永久免费下载
对不起,您的jQ币不足!可通过发布资源 或
直接充值获取jQ币
取消
开通下载
<!doctype html> <html> <head> <meta charset="utf-8"> <title> CSS音乐指挥-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号