Continue CSS animation cycle
I have an animated progress bar where I use the animation-iteration-count CSS property to specify the progress in percentage. So if the progress should be 50% I set animation-iteration-count: 0.5. On page load this works fine and the progress bar…