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

rendered animation

SVG Loading Element 1

1.loading-element {
2  transition:height 1.6s linear;
3  overflow:hidden;
4  width: 100px;
5  height: 0px;
6  margin: auto;
7  position: absolute;
8  top: 0; bottom: 0; left: 0; right: 0;
9
10}