| 1 | --- |
| 2 | name: frame-glitch-title |
| 3 | zh_name: "故障艺术标题帧" |
| 4 | en_name: "Glitch Title Frame" |
| 5 | emoji: "⚡" |
| 6 | description: "Digital glitch, chromatic offset, and data-corruption title frame for video transitions or cyberpunk heroes." |
| 7 | zh_description: "数字故障 / 像散偏移 / 数据腐败标题, 适合视频转场 / cyberpunk hero" |
| 8 | en_description: "Digital glitch, chromatic offset, and data-corruption title frame for video transitions or cyberpunk heroes." |
| 9 | category: video |
| 10 | scenario: video |
| 11 | aspect_hint: "1920×1080 (16:9)" |
| 12 | featured: 37 |
| 13 | recommended: 6 |
| 14 | tags: ["glitch", "cyberpunk", "title", "transition", "vfx", "frame"] |
| 15 | example_id: sample-frame-glitch-title |
| 16 | example_name: "故障标题 · SIGNAL_LOST" |
| 17 | example_format: markdown |
| 18 | example_tagline: "cyan / magenta 像散 + CRT 扫描线" |
| 19 | example_desc: "巨大标题 + 数据腐败伪影 + 角落 ASCII 噪点 chunks" |
| 20 | example_source_url: "https://hyperframes.heygen.com/catalog" |
| 21 | example_source_label: "hyperframes · glitch" |
| 22 | od: |
| 23 | mode: video |
| 24 | surface: video |
| 25 | scenario: video |
| 26 | featured: 0.14 |
| 27 | upstream: "https://github.com/nexu-io/html-anything" |
| 28 | preview: |
| 29 | type: html |
| 30 | entry: index.html |
| 31 | reload: debounce-100 |
| 32 | design_system: |
| 33 | requires: false |
| 34 | example_prompt: "Use the Glitch Title Frame template to turn my content into a digital-glitch, chromatic-offset, data-corruption title frame for a video transition or cyberpunk hero. Preserve the template's visual signature, use real content and data, and avoid lorem ipsum or placeholder images." |
| 35 | example_prompt_i18n: |
| 36 | zh-CN: "用「故障艺术标题帧」模板把我的内容做成一段「数字故障 / 像散偏移 / 数据腐败标题, 适合视频转场 / cyberpunk hero」。保持模板的视觉签名,使用真实内容和数据,避免 lorem ipsum 和占位图片。" |
| 37 | --- |
| 38 | |
| 39 | 【模板: 故障艺术标题帧 (Glitch Title)】 |
| 40 | 【意图】单帧 hero / 视频转场 / cyberpunk 风格标题。Inspired by hyperframes glitch。 |
| 41 | |
| 42 | 【画布】1920×1080, 背景 `#070708` 近黑或 CRT 暗灰 `#0d0e10`; 加 56px 网格 (透明 5%) + scanlines 横线 (透明 8%, 2px 间隔)。 |
| 43 | |
| 44 | 【主标题】 |
| 45 | - 居中, 6-9vw, weight 800/900, 字体 `Space Grotesk Bold` / `Inter Tight Black` / `JetBrains Mono Bold`。 |
| 46 | - 颜色: 主层 `#f5f5f7`; 后面套 2 层伪影: |
| 47 | - cyan `#00f0ff` translate(`-3px`, `1px`)。 |
| 48 | - magenta `#ff2bd6` translate(`3px`, `-1px`)。 |
| 49 | - 整层加 clip-path 切片 5-8 段, 每段 `@keyframes` 随机 translateX -10px → 10px, 持续 80-160ms, 错峰播放, 营造 "data corruption" 像散。 |
| 50 | - 每隔 1.5s 触发一次"重故障" — 整个标题被 horizontal smear 1 frame, 用 `filter: url(#displacementFilter)` 或简单 CSS 平移。 |
| 51 | |
| 52 | 【附加层】 |
| 53 | - 顶部一行 caption (uppercase mono, 11px, opacity 0.6): `>> SIGNAL_LOST · CH-04 · 14:32:08`。 |
| 54 | - 标题下面 1 行副标 (24-28px, mono, opacity 0.7), 偶发被 ` ̶▒̶` 字符替换 (假乱码)。 |
| 55 | - 角落随机点缀 `█▓▒░` ASCII 噪点 chunks。 |
| 56 | - 底部 timecode (mono, opacity 0.4)。 |
| 57 | - 整画面叠 noise grain 层 `background-image: url("data:image/svg+xml,...turbulence...")`, opacity 6%, mix-blend-mode overlay。 |
| 58 | |
| 59 | 【SVG 滤镜 (可选)】 |
| 60 | - 定义 `<filter id="rgbShift">` 用 `feColorMatrix` + `feOffset` + `feMerge` 把 R/G/B 三通道偏移; 整层 `filter: url(#rgbShift)` 在故障瞬间应用。 |
| 61 | |
| 62 | 【设计细节】 |
| 63 | - 颜色仅用: 黑 / 白 / cyan / magenta / 一点 amber 警告色; 严禁全彩虹。 |
| 64 | - 字体: 西文 `Space Grotesk` 或 `JetBrains Mono` Bold; 中文 `Noto Sans Mono CJK SC` 或 `Noto Sans SC` Bold。 |
| 65 | - 严禁 lorem ipsum; 必须用用户的标题 + 副标。 |
| 66 | - 动效用 `@keyframes`, 可被 `prefers-reduced-motion` 关闭 (退回静态 chromatic split)。 |
| 67 | - 单文件 HTML。 |
| 68 |