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