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

rendered animation

Simple CSS loading animation

css1.5ssource ↗
1<div id="loading-outer">
2	<div id="loading-inner">
3		<div class="dot"></div>
4		<div class="dot"></div>
5		<div class="dot"></div>
6		<div class="dot"></div>
7		<div class="dot"></div>
8	</div>
9</div>