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,82 +0,0 @@
|
||||
{
|
||||
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
|
||||
"name": "soft-blur-in",
|
||||
"type": "hyperframes:component",
|
||||
"title": "Soft Blur In",
|
||||
"description": "A soft opacity, blur, and lift reveal for headlines, captions, and product UI callouts",
|
||||
"tags": ["motion-primitive", "text", "reveal", "blur"],
|
||||
"files": [
|
||||
{
|
||||
"path": "soft-blur-in.html",
|
||||
"target": "compositions/components/soft-blur-in.html",
|
||||
"type": "hyperframes:snippet"
|
||||
}
|
||||
],
|
||||
"variables": [
|
||||
{
|
||||
"id": "distance",
|
||||
"type": "enum",
|
||||
"role": "motion",
|
||||
"label": "Distance",
|
||||
"description": "How far the element is offset before it slides home: 14px, 28px or 52px.",
|
||||
"default": "standard",
|
||||
"options": [
|
||||
{
|
||||
"value": "close",
|
||||
"label": "Close"
|
||||
},
|
||||
{
|
||||
"value": "standard",
|
||||
"label": "Standard"
|
||||
},
|
||||
{
|
||||
"value": "far",
|
||||
"label": "Far"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "direction",
|
||||
"type": "enum",
|
||||
"role": "motion",
|
||||
"label": "Direction",
|
||||
"description": "up starts the element below its resting place so it rises in, down starts it above so it drops in.",
|
||||
"default": "up",
|
||||
"options": [
|
||||
{
|
||||
"value": "up",
|
||||
"label": "Up"
|
||||
},
|
||||
{
|
||||
"value": "down",
|
||||
"label": "Down"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "blur",
|
||||
"type": "enum",
|
||||
"role": "style",
|
||||
"label": "Blur",
|
||||
"description": "Starting blur radius, from a light haze to a full smear.",
|
||||
"default": "standard",
|
||||
"options": [
|
||||
{
|
||||
"value": "soft",
|
||||
"label": "Soft"
|
||||
},
|
||||
{
|
||||
"value": "standard",
|
||||
"label": "Standard"
|
||||
},
|
||||
{
|
||||
"value": "heavy",
|
||||
"label": "Heavy"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"preview": {
|
||||
"poster": "https://static.heygen.ai/hyperframes-oss/docs/images/catalog/components/soft-blur-in.png"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user