Open jouni opened 7 years ago
Consider the pros and cons between a pure HTML vs SVG implementation for the progress circle element.
Here’s an example how to accomplish it with standard HTML elements: https://codepen.io/jo-asakura/pen/stFHi
That's a unique way of handling the progress. I wonder how it works with animation, that's where IE11 decides it hates developers. (at least on the SVG side)
Consider the pros and cons between a pure HTML vs SVG implementation for the progress circle element.
Here’s an example how to accomplish it with standard HTML elements: https://codepen.io/jo-asakura/pen/stFHi