<span class="coming">敬请期待</span>
<style>
.coming:after{content: "";-webkit-animation:dotAnimate 1s infinite;}
@-webkit-keyframes dotAnimate{
0%,100%{content: "";}
25%{content: ".";}
50%{content: "..";}
75%{content: "...";}
}
</style>
css实现省略号动画
最新推荐文章于 2024-08-26 01:16:20 发布