Toggle navigation
在线编辑器
在线代码
文本比较
jQuery下载
前端库
在线手册
登录/注册
下载代码
html
css
js
分享到微信朋友圈
X
html
css
body{background-color: #1D1D1D} .center { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } #circle { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background: #554d73; width: 200px; height: 200px; border-radius: 50%; z-index: 2; box-shadow: inset 5px -4px 20px 0px #0000004f; } .gooey-container { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); filter: url("#goo"); z-index: 1; padding: 70px; } .balls-container { animation: rotate linear 15s infinite; } .balls-container .ball { position: absolute; left: calc(50% - 70px / 2); top: calc(50% - 70px / 2); } .balls-container .ball:before { content: ""; display: inline-block; width: 70px; height: 70px; border-radius: 50%; background: #a5a7bb; animation: move linear 3s infinite; } .balls-container .ball:nth-child(1) { transform: rotate(30deg); } .balls-container .ball:nth-child(1):before { animation-delay: 0.2s; } .balls-container .ball:nth-child(2) { transform: rotate(60deg); } .balls-container .ball:nth-child(2):before { animation-delay: 0.4s; } .balls-container .ball:nth-child(3) { transform: rotate(90deg); } .balls-container .ball:nth-child(3):before { animation-delay: 0.6s; } .balls-container .ball:nth-child(4) { transform: rotate(120deg); } .balls-container .ball:nth-child(4):before { animation-delay: 0.8s; } .balls-container .ball:nth-child(5) { transform: rotate(150deg); } .balls-container .ball:nth-child(5):before { animation-delay: 1s; } .balls-container .ball:nth-child(6) { transform: rotate(180deg); } .balls-container .ball:nth-child(6):before { animation-delay: 1.2s; } .balls-container .ball:nth-child(7) { transform: rotate(210deg); } .balls-container .ball:nth-child(7):before { animation-delay: 1.4s; } .balls-container .ball:nth-child(8) { transform: rotate(240deg); } .balls-container .ball:nth-child(8):before { animation-delay: 1.6s; } .balls-container .ball:nth-child(9) { transform: rotate(270deg); } .balls-container .ball:nth-child(9):before { animation-delay: 1.8s; } .balls-container .ball:nth-child(10) { transform: rotate(300deg); } .balls-container .ball:nth-child(10):before { animation-delay: 2s; } .balls-container .ball:nth-child(11) { transform: rotate(330deg); } .balls-container .ball:nth-child(11):before { animation-delay: 2.2s; } .balls-container .ball:nth-child(12) { transform: rotate(360deg); } .balls-container .ball:nth-child(12):before { animation-delay: 2.4s; } .balls-container .circle { background: #a496a4; width: 210px; height: 210px; border-radius: 50%; } @keyframes move { 0% { transform: translateY(77px); } 25% { transform: translateY(105px); } 50% { transform: translateY(91px); } 75% { transform: translateY(119px); } 100% { transform: translateY(77px); } } @keyframes rotate { 0% { transform: rotate(0); } 100% { transform: rotate(-360deg); } } .eye { position: absolute; top: -33px; width: 80px; height: 46px; background-color: #ffffff; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; z-index: 3; } .eye .pupil { position: absolute; top: 10px; width: 4px; height: 10px; border-radius: 10px; background: #000000; } .eye.left { transform: rotate(26deg); left: -72px; } .eye.left .pupil { left: 60px; transform: rotate(-26deg); } .eye.right { transform: rotate(-27deg); left: 36px; } .eye.right .pupil { right: 60px; transform: rotate(27deg); } .mouth { position: absolute; top: 32px; left: -44px; width: 105px; height: 50px; background-color: #a496a4; border-bottom-left-radius: 110px; border-bottom-right-radius: 110px; z-index: 3; transform: rotate(9deg); } .mouth .tooth { position: absolute; top: 0; width: 0; height: 0; border-style: solid; border-width: 20px 8px 0px 8px; border-color: #ffffff transparent transparent transparent; } .mouth .tooth.left { left: 2px; } .mouth .tooth.right { right: 2px; }
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号