css实现点点点效果


      @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
}


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM