feat(registry): add yt-camera-move — camera punch-in

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
jbernard077
2026-07-06 12:50:58 -04:00
co-authored by Claude Fable 5
parent 3a717fa719
commit ea5e5e5bb5
4 changed files with 232 additions and 0 deletions
@@ -0,0 +1,20 @@
{
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
"name": "yt-camera-move",
"type": "hyperframes:component",
"title": "Camera Punch-In",
"description": "Dynamic zoom, slide, and 3D tilt-pan helpers for any wrapper (video, include, card) with cubic-easing defaults and an edge-defocus pulse overlay",
"tags": [
"camera",
"zoom",
"effect",
"creator"
],
"files": [
{
"path": "yt-camera-move.html",
"target": "compositions/components/yt-camera-move.html",
"type": "hyperframes:snippet"
}
]
}