How I can animate circular progress bar from left to right?
I have a circle progress bar, only with HTML and CSS, I used keyframes for loading (animation). But the loading is from right to left I wanna reverse it. I edit my CSS keyframes but nothing at all. I try also animation reverse again nothing. Fiddle: https://jsfiddle.net/d20wu8e4/ My Result (image): https://ibb.co/0KCSsZY What I want: https://ibb.co/MGCpHqS * { box-sizing:border-box; } .progress { width: 150px; height: 150px; background: none; margin: 0 auto; box-shadow: none; position: relative; } .progress:after { content: ""; width: 100%; height: 100%; border-radius: 50%; border: 3px solid