波浪-语音识别动画

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title></title>
        <style>
            body,html{
                margin: 0;
                padding: 0;
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
            }
             .quan_1,.quan_2,.quan_3{
                              position: absolute;
                              top: 0px;
                              left: 0px;
                              //transform: translate(-50%,-50%);
                            }
            .quan_1{
              width: 100%;
              height: 100%;
              border-radius: 50%;
              opacity: 0;
              border: 2px solid rgba(0,186,255,0.55);
              animation: quan_1_show 2s linear infinite;
            
            
            }
            .quan_2{
              width: 100%;
              height: 100%;
              border-radius: 50%;
              border: 2px solid rgba(0,186,255,0.45);
              animation: quan_1_show 2s linear infinite;
              animation-delay:1s;
              -webkit-animation-delay:1s;
            
            }
            .quan_3{
              width: 100%;
              height:  100%;
              border-radius: 50%;
              border: 2px solid rgba(0,186,255,0.35);
              -webkit-animation-name: quan_1_show;
              animation-delay:2s;
              -webkit-animation-delay:2s;
            
            }
            .left_box{
                 width: 170px;
                                height: 170px;
                                cursor: pointer;
                                position: relative;
            }
            .quan_ht{
                 width: 100%;
                                height: 100%;
                                position: absolute;
                                cursor: pointer;
                                z-index: 99999;
                                background: rgba(24,136,220, 0.5);
                                background-size: 100% 100%;
            }
             .quan_1,.quan_2,.quan_3{
                  position: absolute;
                  top: 0px;
                  left: 0px;
                }
            @keyframes quan_1_show {
              0% {
                transform: scale(1);
                -webkit-transform: scale(1);
                opacity: 1;
              }
            
              25% {
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
                opacity: 0.7;
              }
            
              50% {
                transform: scale(1.2);
                -webkit-transform: scale(1.2);
                opacity: 0.5;
              }
            
              75% {
                transform: scale(1.3);
                -webkit-transform: scale(1.3);
                opacity: 0.3;
              }
            
              100% {
                transform: scale(1.4);
                -webkit-transform: scale(1.4);
                opacity: 0.0;
              }
            }
        </style>
    </head>
    <body>
        <div class="box1">
              <div class="left_box">
                            <div class="quan_ht" >  </div>
                            <p class="quan_1" ></p>
                            <p class="quan_2" ></p>
                            <p class="quan_3" ></p>
            
                            </div>
        </div>
    </body>
</html>

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值