mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 04:38:33 +00:00
Beat-driven speed ramp, freeze-frame hit, and hard cut for music-led promos and montages. Contributed as #2957; applied here as content so the whole catalog set lands together. Verified by rendering: 6s, clean, deterministic (the one Math.random hit is a comment above a fixed pattern array). Opaque root, so no demo.html is needed for its catalog preview. Co-authored-by: akiyoshisan1218 <akiyoshisan1218@users.noreply.github.com>
35 lines
848 B
JSON
35 lines
848 B
JSON
{
|
|
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
|
|
"name": "beat-freeze-cut",
|
|
"type": "hyperframes:block",
|
|
"title": "Beat Freeze Cut",
|
|
"description": "A beat-driven speed ramp, freeze-frame hit, and hard-cut sequence for music-led promos and montages.",
|
|
"tags": ["transition", "music", "beat-driven", "freeze-frame"],
|
|
"dimensions": {
|
|
"width": 1920,
|
|
"height": 1080
|
|
},
|
|
"duration": 6,
|
|
"files": [
|
|
{
|
|
"path": "beat-freeze-cut.html",
|
|
"target": "compositions/beat-freeze-cut.html",
|
|
"type": "hyperframes:composition"
|
|
}
|
|
],
|
|
"params": [
|
|
{
|
|
"key": "--bg-color",
|
|
"label": "Background",
|
|
"type": "color",
|
|
"default": "#0B0D10"
|
|
},
|
|
{
|
|
"key": "--accent-color",
|
|
"label": "Accent",
|
|
"type": "color",
|
|
"default": "#00E5C7"
|
|
}
|
|
]
|
|
}
|