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

ground truth

Retro Sine Wave 〰

model outputs

1html,
2body {
3 height: 100%;
4}
5body {
6 background: #282433;
7 background-image: radial-gradient(circle at top right,#524969 ,#3a344b ,#241f33 );
8}
9canvas {
10 position: absolute;
11 top: 0;
12 right: 0;
13 bottom: 0;
14 left: 0;
15 margin: auto;
16 max-width: 100%;
17 height: auto;
18}