Skip to main content

Documentation Index

Fetch the complete documentation index at: https://hyperframes.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

US Map

Animated US choropleth map with staggered state reveals, value labels, and gradient legend — D3 geoAlbersUsa projection with GSAP timeline. data map geography usa choropleth

Install

npx hyperframes add us-map

Details

PropertyValue
TypeBlock
Dimensions1920×1080
Duration12s

Files

FileTargetType
us-map.htmlcompositions/us-map.htmlhyperframes:composition

Usage

After installing, add the block to your host composition:
<div data-composition-id="us-map" data-composition-src="compositions/us-map.html" data-start="0" data-duration="12" data-track-index="1" data-width="1920" data-height="1080"></div>

Composability

Layer us-map-bubble or us-map-flow on top of this block as a higher track index to combine choropleth + bubble or flow visualizations:
<div data-composition-id="us-map" data-composition-src="compositions/us-map.html" data-start="0" data-duration="12" data-track-index="1" data-width="1920" data-height="1080"></div>
<div data-composition-id="us-map-bubble" data-composition-src="compositions/us-map-bubble.html" data-start="0" data-duration="12" data-track-index="2" data-width="1920" data-height="1080"></div>