CSS keyframes starts with different timing

前端 未结 0 1418
无人共我
无人共我 2021-01-18 02:14

I have css animation like this

   @keyframes animate-loader {
  0% {
    background-position: -100px
  }
  40%, 100% {
    background-position: 500px
  }
}


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题