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

rendered animation

Canvas Rotating Square Loader

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