@keyframes dotDotDoting{
0%
{
width 0px
margin-right 15px
}
25%
{
width 0px
margin-right 15px
}
50%
{
width 5px
margin-right 10px
}
75%
{
width 10px
margin-right 5px
}
100%
{
width 15px
margin-right 0
}
}
&.dot::after
{
content \'...\'
display inline-block
vertical-align bottom
overflow hidden
width 15px
animation dotDotDoting 1.2s infinite step-start
}
相关文章:
- mapx实现热点效果 2022-12-23
- js实现点赞效果 2022-12-23
- css实现按钮点击效果(超简单) 2021-11-11
- 使用CSS实现多种Noise噪点效果 2022-12-23
- Android点赞效果的实现 2021-07-08
- 实现点赞动态效果 2022-12-23
- DIV+JS+CSS实现点击弹出图片效果 2021-10-09
- HTML+CSS实现鼠标点上去动画效果 2021-11-16