CSS3动画 transition 过渡,宽度由中间向两边发生过渡
2021-06-22 15:12
阅读:569
标签:中间 blog lin log logs css color css3 style css CSS3动画 transition 过渡,宽度由中间向两边发生过渡 标签:中间 blog lin log logs css color css3 style 原文地址:http://www.cnblogs.com/wolflower/p/7169893.html
.tapered_line{
width: 36px;
height: 4px;
background: #1e88e5;
transition: width 3s;
margin: 10px auto 0;
}
.main4 ul li:hover .tapered_line{
width: 220px;
margin:10px auto 0;
}
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:CSS3动画 transition 过渡,宽度由中间向两边发生过渡
文章链接:http://soscw.com/index.php/essay/97429.html
文章标题:CSS3动画 transition 过渡,宽度由中间向两边发生过渡
文章链接:http://soscw.com/index.php/essay/97429.html
评论
亲,登录后才可以留言!