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

rendered animation

Canvas Spiral Loader

1body {
2  background: #111;
3  overflow: hidden;
4}
5
6canvas {
7  bottom: 0;
8  left: 0;
9  margin: auto;
10  position: absolute;
11  right: 0;
12  top: 0;
13}