feat(registry): add lower thirds (10 variations for podcasts/interviews) - #2971
Open
mattmadonna wants to merge 1 commit into
Open
feat(registry): add lower thirds (10 variations for podcasts/interviews)#2971mattmadonna wants to merge 1 commit into
mattmadonna wants to merge 1 commit into
Conversation
Ten standalone lower-third blocks for podcasts and interviews on one shared token contract, ten mechanics. Deterministic, single paused seek-safe timeline, prefixed ids, hard kill. Every text layer clears WCAG AA (worst case 4.54:1). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Fills the open catalog gap:
Ten standalone lower-third blocks at 1920×1080, one shared token contract, ten different mechanics. Drop a guest's name and title in via the
data-lt-*attributes and any of the ten reads as broadcast-grade. They are drop-in interchangeable mid-edit, so a producer can point a loop at a CSV of guests and emit a whole season without touching the HTML.The blocks
showcase-lower-thirds.mp4
| Name | Mechanic |
| --- | --- |
|
lower-third-underline-grow| Accent rule grows out from under the name (the safe default) ||
lower-third-slab-wipe| Solid bar clip-path wipe under a slab serif ||
lower-third-hairline-rule| 1px rule draws, text staggers up through masks ||
lower-third-stacked-caps| Three condensed caps lines, sequential mask-up ||
lower-third-glass-panel| Frostedbackdrop-filterpanel, scale + blur-in ||
lower-third-badge-pill| Avatar pill with spring scale, 9:16 safe ||
lower-third-bracket-frame| Corner brackets draw in, no fill over footage ||
lower-third-tape-strike| Overshoot slam plus stepped typewriter ||
lower-third-ticker-crawl| Static name, single-pass credential crawl ||
lower-third-split-flap| Departure-board glyph flip, seeded |Registry rules
All ten satisfy the five hard rules: deterministic (no wall-clock, no unseeded randomness;
split-flapuses a mulberry32 seeded at 2308, verified byte-identical across runs), single paused timeline, registered underwindow.__timelines[ID]whereIDequals bothdata-composition-idand the directory name, norequestAnimationFrame, and a hard kill at the end. Every id and class hook is prefixed with the block name, so nothing collides when a block is used as a sub-composition.Accessibility
Every text layer clears WCAG AA on any footage, in both themes. Worst case in the set is 4.54:1. Accent splits into two tokens:
--lt-accentstays saturated for bars, rules, brackets and flags, and--lt-accent-typeis a tint used wherever accent becomes text. The four no-fill blocks carry a radial.lt-scrimplate that fades in and out with the block so it never lands as a rectangle.Verification
hyperframes lintis clean on all ten.hyperframes checkpasses on eight; two (split-flap,tape-strike) trip the layout inspector on the semi-transparent.lt-scrimand the accent-block caret, which I verified visually are false positives (the renders are correct, contrast checks that run pass 40/40 and 4/4). Happy to annotate those withdata-layout-allow-*if you'd prefer a cleancheck.Note
lower-third-ticker-crawlalso serves the separate "News ticker / scrolling text bar" gap on the catalog, if that's useful to cross-list.Previews
Preview MP4s for all ten are attached below, plus a 50-second showcase running the full set back to back with one guest so the interchangeability reads at a glance.
showcase-lower-thirds.mp4
lower-third-badge-pill.mp4
lower-third-bracket-frame.mp4
lower-third-glass-panel.mp4
lower-third-hairline-rule.mp4
lower-third-slab-wipe.mp4
lower-third-split-flap.mp4
lower-third-stacked-caps.mp4
lower-third-tape-strike.mp4
lower-third-ticker-crawl.mp4
lower-third-underline-grow.mp4