Files
hyperframes/registry/blocks/beat-freeze-cut/registry-item.json
T
Miguel Angel Simon Sierraandakiyoshisan1218 d3d286a1a5 feat(registry): add beat-freeze-cut
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>
2026-08-03 09:32:12 +02:00

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"
}
]
}