mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-09 20:07:39 +00:00
Animated US population density choropleth using D3 geoAlbersUsa projection with TopoJSON. Includes staggered state reveals, label fade-ins, gradient legend, and highlight pulses on densest states.
21 lines
572 B
JSON
21 lines
572 B
JSON
{
|
|
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
|
|
"name": "us-map",
|
|
"type": "hyperframes:block",
|
|
"title": "US Map",
|
|
"description": "Animated US choropleth map with staggered state reveals, value labels, and gradient legend — pure inline SVG with GSAP",
|
|
"tags": ["data", "map", "geography", "usa", "choropleth"],
|
|
"dimensions": {
|
|
"width": 1920,
|
|
"height": 1080
|
|
},
|
|
"duration": 12,
|
|
"files": [
|
|
{
|
|
"path": "us-map.html",
|
|
"target": "compositions/us-map.html",
|
|
"type": "hyperframes:composition"
|
|
}
|
|
]
|
|
}
|