I have css animation like this
@keyframes animate-loader { 0% { background-position: -100px } 40%, 100% { background-position: 500px } }