Files
hyperframes/registry/components/blur-out-up/registry-item.json
T

74 lines
2.2 KiB
JSON

{
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
"name": "blur-out-up",
"type": "hyperframes:component",
"title": "Blur Out Up",
"description": "Words arrive clean and depart upward with increasing blur for airy exits.",
"tags": ["motion-primitive", "typography"],
"files": [
{
"path": "blur-out-up.html",
"target": "compositions/components/blur-out-up.html",
"type": "hyperframes:snippet"
}
],
"variables": [
{
"id": "direction",
"type": "enum",
"role": "motion",
"label": "Direction",
"description": "Where the offset the timeline drives points.",
"default": "up",
"options": [
{ "value": "up", "label": "Up" },
{ "value": "down", "label": "Down" },
{ "value": "left", "label": "Left" },
{ "value": "right", "label": "Right" }
]
},
{
"id": "distance",
"type": "enum",
"role": "motion",
"label": "Distance",
"description": "Scales the travel offset, so the words cover a shorter or longer run in the same time.",
"default": "standard",
"options": [
{ "value": "close", "label": "Close" },
{ "value": "standard", "label": "Standard" },
{ "value": "far", "label": "Far" }
]
},
{
"id": "blur",
"type": "enum",
"role": "style",
"label": "Blur",
"description": "Scales the blur radius the timeline drives, from a light haze to a full smear.",
"default": "standard",
"options": [
{ "value": "soft", "label": "Soft" },
{ "value": "standard", "label": "Standard" },
{ "value": "heavy", "label": "Heavy" }
]
},
{
"id": "tone",
"type": "enum",
"role": "style",
"label": "Tone",
"description": "Word colour: ink for light frames, paper for dark ones, accent rides --brand.",
"default": "ink",
"options": [
{ "value": "ink", "label": "Ink" },
{ "value": "paper", "label": "Paper" },
{ "value": "accent", "label": "Accent" }
]
}
],
"preview": {
"poster": "https://static.heygen.ai/hyperframes-oss/docs/images/catalog/components/blur-out-up.png"
}
}