Toggle navigation
在线编辑器
在线代码
文本比较
jQuery下载
前端库
在线手册
登录/注册
下载代码
html
css
js
分享到微信朋友圈
X
html
css
* { margin: 0 auto; -webkit-user-select: none; } body { width: 100vw; height: 100vh; overflow: hidden; background-color: #acfeff; } .container { margin: auto; position: absolute; bottom: 0; left: 0; top: 0; right: 0; height: 500px; width: 500px; animation: up-down 7.5s infinite ease-in-out; } .container #chatbot { margin: auto; position: absolute; bottom: 0; left: 0; top: 0; right: 0; width: 150px; height: 85px; border: 12px solid #3D3E45; border-radius: 5rem; } .container #chatbot-corner { margin: auto; position: absolute; bottom: 0; left: 0; top: 0; right: 0; top: 105px; left: -65px; width: 0; height: 0; border-left: 20px solid transparent; border-right: 20px solid transparent; border-top: 25px solid #3D3E45; transform: rotate(140deg); } .container #antenna { margin: auto; position: absolute; bottom: 0; left: 0; top: 0; right: 0; top: -125px; height: 20px; width: 10px; background-color: #3D3E45; animation: antenna-appear 7.5s infinite ease-in-out; } .container #antenna #beam { position: absolute; top: -12.5px; left: -5px; height: 20px; width: 20px; border-radius: 50%; background-color: #3D3E45; animation: beam-appear 7.5s infinite ease-in-out; } .container #antenna #beam-pulsar { position: absolute; top: -12.5px; left: -5px; height: 20px; width: 20px; border-radius: 50%; background-color: #3D3E45; animation: beam-pulsar-appear 7.5s infinite ease-in-out; } .container .dot { height: 17.5px; width: 17.5px; margin: auto; position: absolute; bottom: 0; left: 0; top: 0; right: 0; left: -65px; background-color: #3D3E45; border-radius: 50%; animation: pulse-outer 7.5s infinite ease-in-out; } .container .dot:nth-child(2) { left: 0; animation: pulse-inner 7.5s infinite ease-in-out; animation-delay: 0.2s; } .container .dot:nth-child(3) { left: 65px; animation: pulse-outer 7.5s infinite ease-in-out; animation-delay: 0.4s; } @keyframes pulse-inner { 0% { transform: scale(1); } 7.5% { transform: scale(1.5); } 15% { transform: scale(1); } 22.5% { transform: scale(1.5); } 30% { transform: scale(1); } 37.5% { transform: scale(1.5); } 45% { top: 0; transform: scale(1); height: 17.5px; border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; transform: rotate(-370deg); } 50% { top: 22.5px; height: 10px; border-top-left-radius: 50%; border-top-right-radius: 50%; border-bottom-left-radius: 3rem; border-bottom-right-radius: 3rem; transform: rotate(10deg); } 55% { transform: rotate(-10deg); } 60% { transform: rotate(10deg); } 65% { transform: rotate(-10deg); } 65% { transform: rotate(0deg); } 85% { top: 22.5px; height: 10px; border-top-left-radius: 50%; border-top-right-radius: 50%; border-bottom-left-radius: 3rem; border-bottom-right-radius: 3rem; transform: rotate(0deg); } 92.5% { top: 22.5px; height: 10px; border-top-left-radius: 50%; border-top-right-radius: 50%; border-bottom-left-radius: 2.5rem; border-bottom-right-radius: 2.5rem; transform: rotate(0deg); } 100% { top: 0; height: 17.5px; border-radius: 50%; transform: rotate(-360deg); } } @keyframes pulse-outer { 0% { transform: scale(1); } 7.5% { transform: scale(1.5); } 15% { transform: scale(1); } 22.5% { transform: scale(1.5); } 30% { transform: scale(1); } 37.5% { transform: scale(1.5); } 45% { transform: scale(1); height: 17.5px; } 55% { tranform: scale(1); height: 5px; } 60% { height: 17.5px; } 75% { height: 17.5px; } 80% { tranform: scale(1); height: 5px; } 85% { height: 17.5px; } 100% { height: 17.5px; } } @keyframes antenna-appear { 0% { visibility: hidden; top: -100px; height: 0; } 50% { visibility: hidden; top: -100px; height: 0; } 55% { visibility: visible; top: -125px; height: 20px; } 95% { visibility: visible; top: -125px; height: 20px; } 100% { top: -100px; height: 0; } } @keyframes beam-appear { 0% { visibility: hidden; top: -12.5px; height: 0; } 50% { visibility: hidden; top: -12.5px; height: 0; } 55% { visibility: visible; top: -12.5px; height: 20px; width: 20px; } 100% { visibility: visible; top: -12.5px; height: 20px; width: 20px; } } @keyframes beam-pulsar-appear { 0% { visibility: hidden; top: -12.5px; height: 0; } 50% { visibility: hidden; top: -12.5px; height: 0; } 55% { visibility: visible; top: -12.5px; left: -5px; height: 20px; width: 20px; opacity: 1; } 65% { top: -25px; left: -15px; height: 40px; width: 40px; opacity: 0; visibility: visible; } 74% { visibility: hidden; opacity: 0; } 75% { visibility: visible; top: -12.5px; left: -5px; height: 20px; width: 20px; opacity: 1; } 85% { top: -25px; left: -15px; height: 40px; width: 40px; opacity: 0; visibility: visible; } 94% { visibility: hidden; opacity: 0; } 100% { visibility: hidden; opacity: 0; } } @keyframes up-down { 0% { transform: translate(0); } 12.5% { transform: translate(0, 2%); } 25% { transform: translate(0); } 37.5% { transform: translate(0, 2%); } 50% { transform: translate(0); } 62.5% { transform: translate(0, 2%); } 75% { transform: translate(0); } 87.5% { transform: translate(0, 2%); } 100% { transform: translate(0); } }
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号