8-bit-orbit-video-template
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseHyperframes Video Template
Hyperframes 视频模板
Ship a premium template-mode Hyperframes composition with a ready default showcase and deterministic timeline behavior.
交付一个优质模板模式的Hyperframes合成项目,包含现成的默认展示效果和可预测的时间轴行为。
Resource map
资源结构
text
8-bit-orbit-video-template/
├── SKILL.md
├── assets/
│ ├── template.html
│ └── default-showcase.mp4
├── references/
│ └── checklist.md
└── example.htmltext
8-bit-orbit-video-template/
├── SKILL.md
├── assets/
│ ├── template.html
│ └── default-showcase.mp4
├── references/
│ └── checklist.md
└── example.htmlWorkflow
工作流程
- Copy to
assets/template.html.index.html - Keep the 3-scene structure and transition rhythm intact unless the user explicitly asks to change pacing.
- Personalize titles, subtitle lines, labels, and palette while preserving the retro pixel aesthetic.
- Keep timing constraint: every scene hold should stay within 3 seconds.
- Preserve deterministic behavior in generated compositions (no unseeded randomness, no infinite GSAP loops).
- Keep all code self-contained in one HTML file with inline CSS/JS.
- Validate against before emitting the artifact.
references/checklist.md
- 将复制到
assets/template.html。index.html - 除非用户明确要求调整节奏,否则保留3场景结构和过渡节奏不变。
- 在保留复古像素美学的前提下,个性化设置标题、副标题、标签和调色板。
- 遵守时间限制:每个场景的停留时间应控制在3秒以内。
- 确保生成的合成项目具备可预测行为(无未设定种子的随机效果,无无限GSAP循环)。
- 保持所有代码自包含在单个HTML文件中,使用内联CSS/JS。
- 在交付产物前,对照进行验证。
references/checklist.md
Output contract
输出规范
Emit one short sentence before the artifact, then a single HTML artifact:
xml
<artifact identifier="8-bit-orbit-video-template" type="text/html" title="8-Bit Orbit Video Template">
<!doctype html>
<html>...</html>
</artifact>在产物前输出一句简短说明,然后输出单个HTML产物:
xml
<artifact identifier="8-bit-orbit-video-template" type="text/html" title="8-Bit Orbit Video Template">
<!doctype html>
<html>...</html>
</artifact>