帮助中心
获取牛币
联系我们
关于我们
版权声明
素材牛首页
微博登录
QQ登录
微信扫码登录
注册
登录
新浪微博
QQ登陆
微信登录
热门搜索:
小程序
支付
Java
后台模板
上传
商城模板
jQuery
手机
Thinkphp
微信
Vue.js
首 页
网页特效
整站源码
PHP实例
网站模版
工具箱
常用代码
论坛
游戏源码
资源分享
当前位置:
首页
»
精选常用代码
» 纯CSS水波纹对号错号电话效果
纯CSS水波纹对号错号电话效果
浏览:859次
-
评论:2次
-
发布时间:2022-12-12
Html
Css
Js
* { padding:0; margin:0; } html { height:100%; } body { height:100%; background:#121212; display:flex; justify-content:space-around; align-items:center; } .ripple-right { position:relative; display:block; width:100px; height:100px; margin:160px auto; animation:ripple 0.6s linear infinite; border-radius:50px; background-color:#FFF; } .ripple-right::before,.ripple-right::after { content:""; position:absolute; width:0; height:6px; background:green; border-radius:3px; transform-origin:center left; } .ripple-right:before { transform:rotate(43deg); left:25px; bottom:49px; animation:right-before 500ms forwards alternate; } .ripple-right:after { left:44px; bottom:29px; transform:rotate(-50deg); animation:right-after 1s 500ms forwards alternate; } @keyframes right-before { 0% { width:0; } 100% { width:30px; } }@keyframes right-after { 0% { width:0; } 100% { width:50px; } }@keyframes ripple { 0% { box-shadow:0 0 0 0 rgba(0,128,0,0.1),0 0 0 20px rgba(0,128,0,0.1),0 0 0 40px rgba(0,128,0,0.1),0 0 0 60px rgba(0,128,0,0.1); } 100% { box-shadow:0 0 0 20px rgba(0,128,0,0.1),0 0 0 40px rgba(0,128,0,0.1),0 0 0 60px rgba(0,128,0,0.1),0 0 0 80px rgba(0,128,0,0); } }/*error*/ .ripple-error { position:relative; display:block; width:100px; height:100px; margin:160px auto; animation:ripple-red 0.6s linear infinite; border-radius:50px; background-color:#FFF; } .ripple-error::before,.ripple-error::after { content:""; position:absolute; width:0; height:6px; background:#ff1c1c; border-radius:3px; } .ripple-error:before { transform:rotate(45deg); left:29px; top:27px; transform-origin:center left; animation:error 500ms ease-in forwards alternate; } .ripple-error:after { right:29px; top:27px; transform:rotate(-45deg); transform-origin:center right; animation:error 500ms ease-in 500ms forwards alternate; } @keyframes error { 0% { width:0; } 100% { width:60px; } }@keyframes ripple-red { 0% { box-shadow:0 0 0 0 rgba(255,28,28,0.1),0 0 0 20px rgba(255,28,28,0.1),0 0 0 40px rgba(255,28,28,0.1),0 0 0 60px rgba(255,28,28,0.1); } 100% { box-shadow:0 0 0 20px rgba(255,28,28,0.1),0 0 0 40px rgba(255,28,28,0.1),0 0 0 60px rgba(255,28,28,0.1),0 0 0 80px rgba(255,28,28,0); } }
↑上面代码改变,会自动显示代码结果
jQuery调用版本:
1.11.3
<!doctype html><html><head><meta charset="utf-8"><title>纯CSS水波纹对号错号电话效果-www.sucainiu.com</title><script src="https://libs.baidu.com/jquery/1.11.3/jquery.min.js"></script><style>
</style></head><body>
<script>
</script>
</body></html>
立即下载
收藏
积分说明:注册即送10牛币,每日签到可获得5牛币,成为VIP会员可永久免牛币下载!
充值积分
充值会员
更多说明»
代码描述:CSS 水波纹对号,错号动画
带次记录的JS计时器
两个等待加载动画实例
讨论这个常用代码(2)
回答他人问题或分享心得会奖励牛币
Lv1 新人
wx***53
2022年12月14日
牛,这个效果不错
回复
Lv3 码奴
wx***36
2023年01月24日
挺好!效果不错!
回复
文明上网,理性发言! 😉 阿里云幸运券,
戳我领取
发表评论
提交回复
我的积分余额:
0
已下载次数:
859
所需牛币:
5
开始下载
牛币获取:
签到、评论、充值
» 在线充值
(10牛币=1元)
成为VIP可永久免积分下载全部常用代码
» 查看详情
VIP
客服
签到
充值