animation2code benchmark
For best compatibility, please view this dashboard in a Chrome browser.
← back to Tiny Single Element Loading Animations

model output

LLaMA 4 Scout

Tiny Single Element Loading Animations

A 0.44T 0.00
compare with ground truth →
1<!DOCTYPE html>
2<html lang="en">
3<head>
4    <meta charset="UTF-8">
5    <meta name="viewport" content="width=device-width, initial-scale=1.0">
6    <title>Static Image</title>
7    <style>
8        body {
9            background-color: #FFFFFF;
10        }
11        .location-icon {
12            position: absolute;
13            top: 10px;
14            left: 10px;
15            width: 20px;
16            height: 20px;
17            border-radius: 50%;
18            background-color: #CCCCCC;
19            border: 1px solid #999999;
20        }
21    </style>
22</head>
23<body>
24    <div class="location-icon"></div>
25</body>
26</html>