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

rendered animation

Simple CSS loading animation 2

1<div id="loading-outer">
2	<div id="loading-inner">
3		<div class="dot"></div>
4	</div>
5</div>