feat(registry): paper-collage-reveal transition - #4322
Open
miguel-heygen wants to merge 1 commit into
Open
miguel-heygen wants to merge 1 commit into
miguel-heygen wants to merge 1 commit into
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
miguel-heygen
force-pushed
the
feat/paper-collage-reveal
branch
from
September 23, 2026 10:13
69730f0 to
f4b8348
Compare
miguel-heygen
force-pushed
the
feat/paper-collage-reveal
branch
from
September 23, 2026 11:12
f4b8348 to
4152f31
Compare
Collaborator
Author
|
Rendered demo (rendered via devbox headless Chrome since ai-miga was down for this branch). paper-collage-reveal-fixed.mp4 |
Agents often search for "collage" or "scrapbook" reveals and find nothing built for it in the catalog. Adds a component where a patchwork of torn paper scraps, each with its own texture and tilt, flutters away in a staggered scatter to reveal slotted content underneath.
miguel-heygen
force-pushed
the
feat/paper-collage-reveal
branch
from
September 23, 2026 11:25
4152f31 to
3e5258a
Compare
This branch was successfully deployed
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.
What
Adds
paper-collage-revealto the catalog: a scrapbook patchwork of torn paper scraps, each with its own texture and tilt, that flutters away in a staggered scatter to reveal live footage or images underneath.Why
Agents searching for a torn-paper collage look (panels of real paper texture revealing content behind them, distinct from a flat wipe or a single tear) find nothing in the catalog under "collage" or "scrapbook".
Look
4-8 torn paper panels tile the frame with slight overscan and per-panel jitter so seams don't align into a grid. Each panel's silhouette is an 8-point closed-form torn shape (corners and edge midpoints jittered by a share of that panel's own size), with a seeded SVG grain filter for paper tooth. On cue, panels exit on individually seeded vectors (outward from center, or a scatter gust) with a staggered start, each a single GSAP tween with explicit
fromToendpoints.Structure
Copies the catalog item layout from
registry/components/ink-bleed-reveal/— slot-mount pattern atregistry/components/ink-bleed-reveal/ink-bleed-reveal.html:233-247,registry-item.jsonshape, docs page structure fromdocs/catalog/components/grade-split-reveal.mdx.Determinism
Every panel's layout, silhouette, tone, exit vector, and stagger start comes from one table computed once during synchronous timeline construction, from a fixed LCG seed. No
Math.random, wall clock, orrequestAnimationFrame; any seek order lands identical frames.Rendered demo capture is attached above (rendered via devbox headless Chrome since ai-miga was mid-outage team-wide).
Test plan
comment-checkclean againstorigin/main