Revert "feat(registry): the video-primitive moves, documented and customisable (#3090)" (#3162)

This reverts commit 3b53bfd2f7.
This commit is contained in:
Miguel Ángel
2026-08-10 14:47:47 -04:00
committed by GitHub
parent 3b53bfd2f7
commit c86d4013f5
2328 changed files with 5906 additions and 458525 deletions
@@ -1,42 +0,0 @@
{
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
"name": "push-in",
"type": "hyperframes:component",
"title": "Push In",
"description": "A centered headline gains focus through one slow, continuous camera push and a gentle fade out.",
"tags": ["motion-primitive", "camera", "push-in", "focus", "emphasize", "holdable"],
"jobs": ["emphasize"],
"family": "camera",
"profile": "holdable",
"evidence": "Wave F U5 push-in specification",
"files": [
{
"path": "push-in.html",
"target": "compositions/components/push-in.html",
"type": "hyperframes:snippet"
}
],
"variables": [
{
"id": "text",
"type": "string",
"role": "content",
"label": "Headline",
"description": "Text centered in the camera frame.",
"default": "Focus"
},
{
"id": "intensity",
"type": "enum",
"role": "motion",
"label": "Push intensity",
"description": "Final camera scale reached by the push.",
"default": "standard",
"options": [
{ "value": "subtle", "label": "Subtle" },
{ "value": "standard", "label": "Standard" },
{ "value": "bold", "label": "Bold" }
]
}
]
}