mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-07 01:56:04 +00:00
This reverts commit 3b53bfd2f7.
This commit is contained in:
@@ -1,72 +0,0 @@
|
||||
{
|
||||
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
|
||||
"name": "logo-brand-close",
|
||||
"type": "hyperframes:component",
|
||||
"title": "Logo Brand Close",
|
||||
"description": "A display-scale wordmark cascades letter by letter into a centered lockup, the accent brand period lands last, an optional tagline and wide-tracked mono URL settle beneath, and the finished identity holds dead still to the end of the film.",
|
||||
"tags": ["motion-primitive", "typography", "brand", "logo", "end-card", "close"],
|
||||
"jobs": ["celebrate"],
|
||||
"family": "typography",
|
||||
"profile": "holdable",
|
||||
"evidence": "Wave J J1-4 logo-brand-close specification",
|
||||
"syncPoints": [{ "id": "lockup-settled", "phase": "in", "offset": 2.6 }],
|
||||
"files": [
|
||||
{
|
||||
"path": "logo-brand-close.html",
|
||||
"target": "compositions/components/logo-brand-close.html",
|
||||
"type": "hyperframes:snippet"
|
||||
}
|
||||
],
|
||||
"variables": [
|
||||
{
|
||||
"id": "wordmark",
|
||||
"type": "string",
|
||||
"role": "content",
|
||||
"label": "Wordmark",
|
||||
"description": "Brand name whose letters cascade into the centered lockup.",
|
||||
"default": "HYPERFRAMES"
|
||||
},
|
||||
{
|
||||
"id": "tagline",
|
||||
"type": "string",
|
||||
"role": "content",
|
||||
"label": "Tagline",
|
||||
"description": "Optional tagline that settles beneath the wordmark. Empty hides it.",
|
||||
"default": "Write HTML. Render video."
|
||||
},
|
||||
{
|
||||
"id": "url",
|
||||
"type": "string",
|
||||
"role": "content",
|
||||
"label": "URL",
|
||||
"description": "Optional mono URL line beneath the tagline. Empty hides it.",
|
||||
"default": "hyperframes.heygen.com"
|
||||
},
|
||||
{
|
||||
"id": "accent",
|
||||
"type": "enum",
|
||||
"role": "style",
|
||||
"label": "Accent",
|
||||
"description": "Contract color used by the brand period at the end of the wordmark.",
|
||||
"default": "green",
|
||||
"options": [
|
||||
{ "value": "green", "label": "Green" },
|
||||
{ "value": "blue", "label": "Blue" },
|
||||
{ "value": "violet", "label": "Violet" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "exit",
|
||||
"type": "enum",
|
||||
"role": "style",
|
||||
"label": "Exit",
|
||||
"description": "Optional departure. Films end on the still hold, so the default is none.",
|
||||
"default": "none",
|
||||
"options": [
|
||||
{ "value": "none", "label": "None" },
|
||||
{ "value": "fade", "label": "Fade" },
|
||||
{ "value": "up", "label": "Up" }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user