Skip to content

feat(registry): add kinetic center build component - #3269

Open
AksharP5 wants to merge 1 commit into
heygen-com:mainfrom
AksharP5:feat/registry-kinetic-center-build
Open

feat(registry): add kinetic center build component#3269
AksharP5 wants to merge 1 commit into
heygen-com:mainfrom
AksharP5:feat/registry-kinetic-center-build

Conversation

@AksharP5

@AksharP5 AksharP5 commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

What

The Catalog did not have a text effect where each new word pushes the existing phrase left and recenters the complete line. This adds Kinetic Center Build as an installable component.

Fixes #3268.

Interactive preview: https://hyperframes.dev/p/456c3191-c11c-4c1e-85fe-f6089dc03238

Why

Hyfrme already includes this Remocn effect, but using it in HyperFrames meant carrying a compiled React runtime. A native Catalog component makes the motion readable, editable, and reusable through npx hyperframes add kinetic-center-build.

How

Rebuilt the pinned Hyfrme/Remocn motion as seek-safe HTML and GSAP. The original two-second timing and centering behavior remain intact. Text, font size, entry offset, color, and weight are exposed as Catalog variables, and longer phrases shrink to stay inside the host frame.

The component retains Remocn's attribution and full MIT notice. This also adds the generated Catalog page, player payload, navigation, and registry entries.

Test plan

  • Unit tests added/updated
  • Manual testing performed
  • Documentation updated

Validated with:

  • bun run build
  • bun run lint:registry-items kinetic-center-build
  • npx hyperframes check against the mounted component with 25 samples and 11 transition samples
  • Catalog page, payload, and preview generators
  • 62 focused Catalog payload, preview, artifact, and registry tests
  • bunx oxfmt --check on the added source and generated files
  • High-quality 1280x720 render at 30 fps

The browser gate reports zero runtime, layout, motion, or contrast errors. Its only warning is the expected Google Fonts advisory for Geist, which HyperFrames resolves during compilation. The pre-commit hook also notes that a maintainer will regenerate the on-device search vector before merge.

Source and license

Example

comparison.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Kinetic Center Build to the Catalog

1 participant