Toggle navigation
在线编辑器
在线代码
文本比较
jQuery下载
前端库
在线手册
登录/注册
下载代码
html
css
js
分享到微信朋友圈
X
html
CSS3 animated icons
css
body { background-color: #D83C40; text-align: center; padding: 30px 50px; } h1 { font: 40px "Gotham Extralight", Roboto, Helvetica; color: #f2bcbd; padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #e57c7e; } .icon { display: inline-block; margin: 20px; border: 1px solid #e57c7e; width: 200px; height: 200px; vertical-align: top; position: relative; } .icon-wrapper { display: inline-block; vertical-align: middle; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .hand-icon { position: relative; } .hand { background: #fff; width: 5px; height: 16px; border-radius: 20px; position: relative; left: -5px; margin-bottom: 17px; transform: rotate(-20deg); -webkit-animation: handAnim 1.2s infinite; animation: handAnim 1.2s infinite; } .hand:after { content: ""; background: #fff; width: 17px; height: 18px; border-radius: 4px 8px 38px 15px; transform: rotate(6deg) skewY(10deg); position: absolute; top: 13px; left: -1px; } .hand:before { content: ""; background: #fff; width: 6px; height: 17px; border-radius: 2px 40px 20px 20px; position: absolute; top: 12px; left: -6px; transform: rotate(-38deg); } .hand .circle { background-color: #fff; width: 20px; height: 20px; border-radius: 50%; position: absolute; top: -7px; left: -7px; opacity: 0.5; -webkit-animation: circleAnim 1.2s infinite 2.1s; animation: circleAnim 1.2s infinite 2.1s; } @-webkit-keyframes handAnim { 0% { top: 20px; opacity: 0; } 50% { opacity: 1; } 100% { top: -20px; opacity: 0; } } @keyframes handAnim { 0% { top: 20px; opacity: 0; } 50% { opacity: 1; } 100% { top: -20px; opacity: 0; } } @-webkit-keyframes circleAnim { from { transform: scale(0); } to { transform: scale(2); opacity: 0; } } @keyframes circleAnim { from { transform: scale(0); } to { transform: scale(2); opacity: 0; } } .mouse-icon { position: relative; } .mouse-icon .mouse { width: 18px; height: 28px; background: #fff; border-radius: 20px; position: relative; margin-bottom: 3px; } .mouse-icon .mouse:after { content: ""; background: #D83C40; width: 4px; height: 6px; position: absolute; top: 5px; left: 50%; margin-left: -2px; border-radius: 20px; -webkit-animation: scrollAnim 1.1s infinite; animation: scrollAnim 1.1s infinite; } .mouse-icon .arrow { width: 6px; height: 6px; display: block; border-bottom: 2px solid #fff; border-right: 2px solid #fff; transform: rotate(45deg); position: relative; margin: 0 auto; -webkit-animation: arrowAnim 1.2s infinite; animation: arrowAnim 1.2s infinite; } .mouse-icon .arrow.arrow-01 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; } .mouse-icon .arrow.arrow-02 { -webkit-animation-delay: 0.3s; animation-delay: 0.3s; } .mouse-icon .arrow.arrow-03 { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; } @-webkit-keyframes scrollAnim { from { top: 5px; } to { top: 15px; opacity: 0; } } @keyframes scrollAnim { from { top: 5px; } to { top: 15px; opacity: 0; } } @-webkit-keyframes arrowAnim { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } } @keyframes arrowAnim { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } } .coffee-cup { background: #fff; width: 27px; height: 20px; border-radius: 0 0 13px 13px; position: relative; } .coffee-cup:after { content: ""; border: 2px solid #fff; position: absolute; top: 2px; right: -8px; width: 10px; height: 8px; border-radius: 0 6px 10px 0; transform: rotate(-8deg) skewY(-3deg); } .coffee-cup:before { content: ""; width: 35px; height: 0; position: absolute; bottom: -6px; left: 50%; transform: translateX(-49%); border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid #fff; } .coffee-cup-smoke { position: absolute; top: -14px; left: 49%; margin-left: 2px; -webkit-animation: smokeAnim 1.8s infinite; animation: smokeAnim 1.8s infinite; zoom: 1.5; } .coffee-cup-smoke:after { content: ""; width: 6px; height: 7px; border-left: 2px solid #fff; position: absolute; top: -6px; transform: translateX(-49%); border-radius: 50%; } .coffee-cup-smoke:before { content: ""; width: 6px; height: 7px; border-right: 2px solid #fff; position: absolute; left: -4px; transform: translateX(-49%); border-radius: 50%; } .coffee-cup-smoke:nth-child(2) { left: 25%; zoom: 1; } .coffee-cup-smoke:nth-child(3) { left: 75%; zoom: 1; } @-webkit-keyframes smokeAnim { 0% { top: -2px; opacity: 0; } 50% { opacity: 1; } 100% { top: -20px; opacity: 0; } } @keyframes smokeAnim { 0% { top: -2px; opacity: 0; } 50% { opacity: 1; } 100% { top: -20px; opacity: 0; } } .light-bulb { background: #fff; width: 28px; height: 28px; margin-bottom: 6px; border-radius: 50%; } .light-bulb:before { content: ""; width: 16px; height: 0; position: absolute; top: 20px; left: 50%; transform: translateX(-50%); border-radius: 3px 3px 8px 8px; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 13px solid #fff; } .light-bulb .thunder { position: absolute; top: 7px; left: 16px; transform: rotate(30deg); -webkit-animation: thunderAnim 2s infinite; animation: thunderAnim 2s infinite; } .light-bulb .thunder:before { content: ""; width: 0; height: 0; border-left: 2px solid transparent; border-right: 2px solid transparent; border-bottom: 10px solid #D83C40; position: absolute; } .light-bulb .thunder:after { content: ""; width: 0; height: 0; border-left: 2px solid transparent; border-right: 2px solid transparent; border-top: 10px solid #D83C40; position: absolute; top: 9px; left: 2px; } .light-bulb-base { background: #fff; width: 18px; height: 6px; position: relative; left: 50%; border-radius: 2px; transform: translateX(-50%); } .light-bulb-base:before { content: ""; background: #fff; width: 12px; height: 6px; border-radius: 3px 3px 23px 23px; position: absolute; top: 7px; left: 50%; transform: translateX(-50%); } @-webkit-keyframes thunderAnim { 0% { opacity: 0; } 3% { opacity: 1; } 6% { opacity: 0; } 9% { opacity: 1; } 20% { opacity: 0; } 50% { opacity: 1; } 60% { opacity: 0; } 80% { opacity: 1; } } @keyframes thunderAnim { 0% { opacity: 0; } 3% { opacity: 1; } 6% { opacity: 0; } 9% { opacity: 1; } 20% { opacity: 0; } 50% { opacity: 1; } 60% { opacity: 0; } 80% { opacity: 1; } }
JavaScript
粒子
时间
文字
hover
canvas
3d
游戏
音乐
火焰
水波
轮播图
鼠标跟随
动画
css
加载动画
导航
菜单
按钮
滑块
tab
弹出层
统计图
svg
×
Close
在线代码下载提示
开通在线代码永久免费下载,需支付20jQ币
开通后,在线代码模块中所有代码可终身免费下!
您已开通在线代码永久免费下载,关闭提示框后,点下载代码可直接下载!
您已经开通过在线代码永久免费下载
对不起,您的jQ币不足!可通过发布资源 或
直接充值获取jQ币
取消
开通下载
<!doctype html> <html> <head> <meta charset="utf-8"> <title>CSS3动画图标-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号