feat(registry): 11 caption style blocks#679
Open
miguel-heygen wants to merge 2 commits intomainfrom
Open
Conversation
11 production-quality caption/subtitle styles for the HyperFrames registry, covering the full spectrum from viral short-form to professional lower-thirds. Each style was validated against a custom attention scorer (adapted from c2v-bench) measuring readability, confidence, and contrast. The quality bar was set at 75+ readability and 0.95+ confidence — 7 of 11 exceed this, with the remaining 3 (neon, glitch, bounce) scoring 65-70 due to their intentional dim-inactive/bright-active contrast design. Styles: - cap-hormozi: Montserrat 900, word pop, gold highlight (readability: 77.5) - cap-karaoke-sweep: full phrase, progressive white glow (78.3) - cap-pill: rounded gradient pills per word, red active (75.9) - cap-neon: layered pink neon glow on active word (69.1) - cap-boxed: Netflix-style dark box subtitle (81.7 — highest) - cap-outline: stroke-to-fill reveal, Bebas Neue (79.7) - cap-bounce: elastic word entrance, cyan highlight (64.6) - cap-glitch: RGB chromatic aberration entrance (69.9) - cap-marker: yellow marker sweep on light background (75.6) - cap-clean: Ali Abdaal smooth fade, zero decoration (75.5) - cap-emoji: Hormozi pop with contextual emoji reactions All styles use: - fitTextFontSize (pretext) for overflow prevention - Hard kill (tl.set opacity:0, visibility:hidden) at every group end - Word-level karaoke sync from transcript timestamps - 96-128px font minimum with text-stroke/shadow for readability - Deterministic GSAP timelines (no Math.random) Video previews: s3://heygen-public/hyperframes/caption-blocks/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
11 production-quality caption/subtitle style blocks for the HyperFrames registry, covering viral short-form to professional lower-thirds.
Styles
cap-boxedcap-outlinecap-karaoke-sweepcap-hormozicap-pillcap-markercap-cleancap-glitchcap-neoncap-bouncecap-emojiTechnical details
Test plan