mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-13 15:49:53 +00:00
feat(registry): add VFX and Captions block categories
Add 12 new registry blocks across two new categories: **VFX Blocks (7):** - vfx-text-cursor: dramatic text reveal with cursor glow and chromatic shadows - vfx-liquid-background: organic liquid simulation with vertex displacement - vfx-iphone-device: real GLTF iPhone + MacBook with live HTML screens - vfx-magnetic: magnetic field particle visualization - vfx-portal: dimension breach portal transition - vfx-liquid-glass: Voronoi glass fracture with parallax reveal - vfx-shatter: glass shatter with physics-driven fragments **Caption Blocks (5):** - captions-slam: bold uppercase scale-pop with back.out overshoot - captions-karaoke: word-by-word color reveal on frosted glass pill - captions-minimal: clean Netflix-subtitle style fade - captions-bounce: playful elastic bounce with colorful word pills - captions-cinematic: elegant slow fade with letter-spacing animation All blocks include registry-item.json and are registered in registry.json. VFX blocks use experimental stability, caption blocks use stable.
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
|
||||
"name": "vfx-iphone-device",
|
||||
"type": "hyperframes:block",
|
||||
"title": "iPhone & MacBook 3D Showcase",
|
||||
"description": "Real GLTF iPhone 15 Pro Max and MacBook Pro models with live HTML-in-Canvas screen content, morphing glass lens, product review camera choreography, and 360° turntable.",
|
||||
"stability": "experimental",
|
||||
"dimensions": {
|
||||
"width": 1920,
|
||||
"height": 1080
|
||||
},
|
||||
"duration": 15,
|
||||
"tags": ["vfx", "3d", "device", "iphone", "macbook", "gltf", "html-in-canvas"],
|
||||
"files": [
|
||||
{
|
||||
"path": "vfx-iphone-device.html",
|
||||
"target": "compositions/vfx-iphone-device.html",
|
||||
"type": "hyperframes:composition"
|
||||
},
|
||||
{
|
||||
"path": "models/iphone.glb",
|
||||
"target": "models/iphone.glb",
|
||||
"type": "asset"
|
||||
},
|
||||
{
|
||||
"path": "models/macbook.glb",
|
||||
"target": "models/macbook.glb",
|
||||
"type": "asset"
|
||||
},
|
||||
{
|
||||
"path": "models/hyperframes-mobile.png",
|
||||
"target": "models/hyperframes-mobile.png",
|
||||
"type": "asset"
|
||||
},
|
||||
{
|
||||
"path": "models/hyperframes-desktop.png",
|
||||
"target": "models/hyperframes-desktop.png",
|
||||
"type": "asset"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user