animation2code benchmark
For best compatibility, please view this dashboard in a Chrome browser.
← back

rendered animation

Animated - SVG Loader

1<div class="container">
2	
3	<svg class="loader" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 340 340">
4		 <circle cx="170" cy="170" r="160" stroke="#E2007C"/>
5		 <circle cx="170" cy="170" r="135" stroke="#404041"/>
6		 <circle cx="170" cy="170" r="110" stroke="#E2007C"/>
7		 <circle cx="170" cy="170" r="85" stroke="#404041"/>
8	</svg>
9	
10</div>