怎么实现一条直线向右逐渐延伸显示

 我来答
育知同创教育
2016-05-24 · 百度知道合伙人官方认证企业
育知同创教育
1【专注:Python+人工智能|Java大数据|HTML5培训】 2【免费提供名师直播课堂、公开课及视频教程】 3【地址:北京市昌平区三旗百汇物美大卖场2层,微信公众号:yuzhitc】
向TA提问
展开全部
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
<style type="text/css">
.container{
width: 100%;
height: 2px;
box-sizing: border-box;
}
.line{
float: left;
padding: 0;
margin: 0;
width: 2px;
height: 2px;
background: red;
-webkit-animation: test 3s linear 0s 1 alternate;
-moz-animation: test 3s linear 0s 1 alternate;
-o-animation: test 3s linear 0s 1 alternate;
animation: test 3s linear 0s 1 alternate;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
-o-animation-fill-mode: forwards;
animation-fill-mode: forwards;

}
.line:last-child{
border-right: 1px solid blueviolet;
}
@-webkit-keyframes test {
0%{
width: 2px;
}
10%{
width: 3px;
}
20%{
width: 4px;
}
30%{
width: 5px;
}
40%{
width: 6px;
}
50%{
width: 7px;
}
60%{
width: 8px;
}
70%{
width: 9px;
}
80%{
width: 10px;
}
90%{
width: 11px;
}
100%{
width: 12px;
}

}
</style>
</head>
<body>
<div class="container">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</div>
</body>
</html>
瑞地测控
2024-08-12 广告
在苏州瑞地测控技术有限公司,我们深知频率同步与相位同步的重要性。频率同步确保两个或多个设备的时钟频率变化一致,但相位(即时间点)可保持相对固定差值。而相位同步,即时间同步,要求不仅频率一致,相位也必须完全一致,即时间差恒定为零。相位同步的精... 点击进入详情页
本回答由瑞地测控提供
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式