hyper-animator-codex 0.7.1 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +51 -3
- package/bin/hyper-animator-codex.mjs +1 -1
- package/lib/minimax-config.mjs +3 -3
- package/package.json +1 -1
- package/skills/hyper-animator-codex/SKILL.md +58 -20
- package/skills/hyper-animator-codex/agents/openai.yaml +2 -2
- package/skills/hyper-animator-codex/contracts/shot-plan.schema.json +214 -0
- package/skills/hyper-animator-codex/contracts/workflow-policy.json +85 -0
- package/skills/hyper-animator-codex/references/HyperFrames-AI-Generation-Patterns-codex.md +788 -0
- package/skills/hyper-animator-codex/references/beat-sync-workflow.md +7 -0
- package/skills/hyper-animator-codex/references/examples/shot-plan-dual-catalog.json +69 -0
- package/skills/hyper-animator-codex/references/hyperframes-agent-pseudocode.ts +1 -1
- package/skills/hyper-animator-codex/references/hyperframes-catalog-map.json +97 -230
- package/skills/hyper-animator-codex/references/hyperframes-intent-workflow.md +23 -7
- package/skills/hyper-animator-codex/references/minimax-music-workflow.md +24 -4
- package/skills/hyper-animator-codex/references/narration-audio-workflow.md +31 -1
- package/skills/hyper-animator-codex/references/shotcraft/LICENSE +202 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/ai-stream-response/README.md +46 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/autolayout-gap-dial/README.md +53 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/beat-cut-moves/README.md +54 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/beat-step-list-theme-cycle/README.md +59 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/before-after-slider-scrub/README.md +47 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/bottom-push-stack-wipe/README.md +58 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/brand-frame-snap/README.md +51 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/brand-ink-open/README.md +35 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/bubble-swarm-takeover/README.md +62 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/canvas-materialize-moves/README.md +55 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/card-flip-reveal/README.md +50 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/card-flock-tumble/README.md +54 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/cel-flash-stomp/README.md +54 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/chart-live-moves/README.md +51 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/circle-match-iris/README.md +53 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/cloner-depth-echo/README.md +38 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/collab-cursor-moves/README.md +48 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/color-block-step-wipe/README.md +54 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/command-palette-summon/README.md +45 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/crane-rise-reveal/README.md +47 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/crash-zoom-punch/README.md +38 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/dataviz-landscape-open/README.md +54 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/deck-deal-flyin/README.md +45 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/depth-layer-moves/README.md +40 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/document-typewriter-reveal/README.md +40 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/draw-svg-trace/README.md +50 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/edit-hook-moves/README.md +38 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/element-body-moves/README.md +49 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/fui-hud-moves/README.md +44 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/gauge-readout-moves/README.md +45 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/glow-flyline-moves/README.md +51 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/gradient-word-sweep/README.md +49 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/graze-face-tour/README.md +56 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/hashtag-to-pill-materialize/README.md +57 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/hires-rasterize-3d-text/README.md +34 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/icon-field-colorize/README.md +53 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/icon-performance-moves/README.md +46 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/impact-feedback/README.md +50 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/input-trigger-moves/README.md +49 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/integration-hub-map/README.md +54 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/letterspace-materialize/README.md +52 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/light-play-moves/README.md +49 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/line-boil/README.md +52 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/line-carry-transition/README.md +52 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/list-stack-press/README.md +43 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/magician-card-flourish/README.md +63 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/marker-underline-title/README.md +48 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/montage-rhythm-moves/README.md +55 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/morph-from-primitive/README.md +51 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/neon-frame-forerun/README.md +50 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/neon-frame-orbit-drop/README.md +50 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/neon-triple-marquee/README.md +55 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/odometer-digit-roll/README.md +54 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/outro-group-photo-launch/README.md +39 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/overhead-camera-moves/README.md +50 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/page-turn-transitions/README.md +48 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/page-waterfall-wall/README.md +52 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/panel-grid-moves/README.md +52 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/paper-craft-moves/README.md +46 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/paper-plane-messenger/README.md +62 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/paper-title-card/README.md +36 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/particle-celebrate-hits/README.md +42 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/particle-sand-fill/README.md +39 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/pill-slot-cycle/README.md +57 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/print-texture-transitions/README.md +40 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/rhythm-interrupt-moves/README.md +44 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/riso-print-hits/README.md +54 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/row-embed/README.md +36 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/runway-ground-skim/README.md +52 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/sakuga-timing-shift/README.md +50 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/scene-locked-title/README.md +43 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/scroll-brake-moves/README.md +45 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/segmented-thumb-hero/README.md +57 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/shot-transitions/README.md +60 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/skeleton-reveal/README.md +54 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/slam-entrance-moves/README.md +53 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/smear-multiples/README.md +49 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/space-camera-moves/README.md +53 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/spectrum-morph-ui/README.md +50 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/speed-ramp-freeze/README.md +42 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/split-flap-title/README.md +52 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/spotlight-hero-card/README.md +39 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/spotlight-sweep-moves/README.md +51 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/steep-tilt-glide/README.md +53 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/stroke-segment-build/README.md +43 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/tear-streak-transitions/README.md +43 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/tension-camera-moves/README.md +55 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/text-as-mask/README.md +50 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/text-column-converge/README.md +55 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/theme-switch-moves/README.md +44 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/timeline-travel/README.md +43 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/title-demote-to-label/README.md +58 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/trailer-grammar-moves/README.md +51 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/transition-hidden-cut/README.md +52 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/transition-travel/README.md +48 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/type-and-filter/README.md +37 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/type-assembly-moves/README.md +50 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/type-entrance-moves/README.md +46 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/type-rhythm-sync/README.md +47 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/typewriter-moves/README.md +50 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/ui-strip-away-outro/README.md +63 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/ui-to-brand-morph/README.md +52 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/voice-waveform-live/README.md +52 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/wall-reveal-moves/README.md +53 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/wipe-transitions/README.md +47 -0
- package/skills/hyper-animator-codex/references/shotcraft/cards/word-relay-filmstrip/README.md +50 -0
- package/skills/hyper-animator-codex/references/shotcraft/catalog.json +3946 -0
- package/skills/hyper-animator-codex/references/shotcraft/references/aesthetic-rules.md +157 -0
- package/skills/hyper-animator-codex/references/shotcraft/references/final-review.md +107 -0
- package/skills/hyper-animator-codex/references/shotcraft/references/guided-free-creation.md +197 -0
- package/skills/hyper-animator-codex/references/shotcraft/references/music-beat-sync.md +125 -0
- package/skills/hyper-animator-codex/references/shotcraft/references/pipeline.md +357 -0
- package/skills/hyper-animator-codex/references/shotcraft/references/sound-design.md +126 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/assets/lib/Caption.tsx +50 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/assets/lib/DigitRoll.tsx +45 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/assets/lib/FlashCut.tsx +20 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/assets/lib/FlatPanel.tsx +65 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/assets/lib/PageCam.tsx +151 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/assets/lib/VerticalTicker.tsx +129 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/assets/lib/helpers/camera.tsx +75 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/assets/lib/helpers/motion.ts +40 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/assets/lib/helpers/rand.ts +11 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/assets/lib/helpers/shake.ts +10 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/_fixtures/Fixtures.tsx +83 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/ai-stream-response/StreamResponse.tsx +146 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/autolayout-gap-dial/AutolayoutGapDial.tsx +174 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/beat-cut-moves/BeatCutAccelerando.tsx +77 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/beat-cut-moves/PaparazziFlash.tsx +115 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/beat-step-list-theme-cycle/BeatStepListThemeCycle.tsx +98 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/before-after-slider-scrub/BeforeAfterSliderScrub.tsx +99 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/bottom-push-stack-wipe/BottomPushStackWipe.tsx +79 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/brand-frame-snap/BrandFrameSnap.tsx +110 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/bubble-swarm-takeover/BubbleSwarmTakeover.tsx +189 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/canvas-materialize-moves/DiagramCascadeBuild.tsx +172 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/canvas-materialize-moves/PanelToCanvasMaterialize.tsx +254 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/card-flip-reveal/CardFlipReveal.tsx +139 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/card-flock-tumble/CardFlockTumble.tsx +382 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/cel-flash-stomp/CelFlashStomp.tsx +111 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/chart-live-moves/AxisRescaleShockV2.tsx +282 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/chart-live-moves/OscilloscopeStreamV2.tsx +227 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/chart-live-moves/UnitDotSwarmRegroupV2.tsx +248 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/circle-match-iris/CircleMatchIris.tsx +124 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/cloner-depth-echo/ClonerDepthEcho.tsx +90 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/collab-cursor-moves/CursorCastEnsemble.tsx +136 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/collab-cursor-moves/CursorDialogueDuet.tsx +145 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/color-block-step-wipe/ColorBlockStepWipe.tsx +157 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/command-palette-summon/CommandPaletteSummon.tsx +173 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/crane-rise-reveal/CraneRiseReveal.tsx +91 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/crash-zoom-punch/CrashImpactReal.tsx +63 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/crash-zoom-punch/CrashZoomReal.tsx +60 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/dataviz-landscape-open/DatavizLandscapeOpen.tsx +401 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/depth-layer-moves/DollyZoomReal.tsx +55 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/depth-layer-moves/MultiplaneReal.tsx +45 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/draw-svg-trace/DrawSvgTrace.tsx +199 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/edit-hook-moves/LogoStingButton.tsx +106 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/element-body-moves/AxialStretch.tsx +112 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/element-body-moves/ContactShadowLift.tsx +117 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/fui-hud-moves/LineUnfoldPanel.tsx +125 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/fui-hud-moves/ReticleLockOn.tsx +139 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/gauge-readout-moves/NeedleSweepSelftest.tsx +146 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/gauge-readout-moves/TapeScrollFixedPointer.tsx +120 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/glow-flyline-moves/FlylineArc.tsx +158 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/glow-flyline-moves/GlowOrbAmbient.tsx +131 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/glow-flyline-moves/OrbFlylineRelay.tsx +268 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/gradient-word-sweep/GradientWordSweep.tsx +307 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/graze-face-tour/GrazeFaceTour.tsx +469 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/hashtag-to-pill-materialize/HashtagToPillMaterialize.tsx +166 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/icon-field-colorize/IconFieldColorize.tsx +93 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/icon-performance-moves/AttentionBounce.tsx +193 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/icon-performance-moves/PopBurstConfirm.tsx +162 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/impact-feedback/AnimeImpact.tsx +149 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/impact-feedback/HitCounter.tsx +147 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/input-trigger-moves/CursorPerformancePunchIn.tsx +154 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/input-trigger-moves/KeycapSmashCut.tsx +217 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/integration-hub-map/IntegrationHubMap.tsx +554 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/letterspace-materialize/LetterspaceMaterialize.tsx +85 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/light-play-moves/HalationBloom.tsx +139 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/light-play-moves/SheenSweepRetry.tsx +85 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/light-play-moves/SpotlightSweepReveal.tsx +102 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/line-boil/LineBoil.tsx +140 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/line-carry-transition/LineCarryTransition.tsx +151 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/magician-card-flourish/MagicianCardFlourish.tsx +294 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/marker-underline-title/MarkerUnderlineTitle.tsx +87 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/montage-rhythm-moves/DominoCascade.tsx +125 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/montage-rhythm-moves/DropBlackoutSlam.tsx +135 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/montage-rhythm-moves/WrightTripleCut.tsx +175 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/morph-from-primitive/MorphFromPrimitive.tsx +190 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/neon-frame-forerun/NeonFrameForerun.tsx +279 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/neon-frame-orbit-drop/NeonFrameForerunOrbit.tsx +273 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/neon-triple-marquee/NeonTripleMarquee.tsx +111 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/odometer-digit-roll/OdometerDigitRoll.tsx +178 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/overhead-camera-moves/OverheadTabletopDrop.tsx +129 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/overhead-camera-moves/TiltReveal.tsx +55 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/page-turn-transitions/BarnDoorSplit.tsx +138 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/page-turn-transitions/CubeRotate.tsx +114 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/page-waterfall-wall/PageWaterfallWall.tsx +76 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/page-waterfall-wall/VerticalTicker.tsx +129 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/panel-grid-moves/ComicPanelSplit.tsx +171 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/panel-grid-moves/FlipGridReflow.tsx +121 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/panel-grid-moves/GridFlashMosaic.tsx +182 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/paper-craft-moves/MaskingTapeSlap.tsx +163 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/paper-craft-moves/PopupBookRise.tsx +134 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/paper-plane-messenger/PaperPlaneMessenger.tsx +183 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/particle-celebrate-hits/ConfettiCrossfire.tsx +115 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/particle-celebrate-hits/CounterTickSparks.tsx +103 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/particle-sand-fill/ParticleSandFill.tsx +119 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/pill-slot-cycle/PillSlotCycle.tsx +220 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/print-texture-transitions/InkBleedReveal.tsx +81 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/rhythm-interrupt-moves/JumpCutPunchIn.tsx +72 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/rhythm-interrupt-moves/StrobeBlackFrames.tsx +99 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/riso-print-hits/RisoBeatPump.tsx +155 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/riso-print-hits/RisoMisregistrationHit.tsx +120 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/runway-ground-skim/RunwayGroundSkim.tsx +258 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/sakuga-timing-shift/SakugaTimingShift.tsx +178 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/scene-locked-title/SceneLockedTitle.tsx +98 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/scroll-brake-moves/BrakeReticleLock.tsx +171 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/scroll-brake-moves/ChangelogScrollBrake.tsx +117 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/segmented-thumb-hero/SegmentedThumbHero.tsx +213 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/shot-transitions/MaskWipeReal.tsx +67 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/shot-transitions/PortalWipeV2.tsx +128 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/shot-transitions/WhipBrakeReal.tsx +60 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/shot-transitions/WhipPanReal.tsx +45 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/skeleton-reveal/SkeletonReveal.tsx +283 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/slam-entrance-moves/ImpactBurstKit.tsx +185 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/slam-entrance-moves/KanadaPerspectiveSnap.tsx +91 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/slam-entrance-moves/ScoreSlam.tsx +225 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/smear-multiples/SmearMultiples.tsx +88 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/space-camera-moves/DroneDiveLanding.tsx +91 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/space-camera-moves/ExplodedView.tsx +178 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/space-camera-moves/SnorricamLock.tsx +130 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/spectrum-morph-ui/SpectrumMorphUi.tsx +129 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/speed-ramp-freeze/FreezeAnnotateReal.tsx +70 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/speed-ramp-freeze/SpeedRampReal.tsx +58 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/split-flap-title/SplitFlapFlip.tsx +189 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/spotlight-sweep-moves/CornerSpotlightReveal.tsx +121 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/spotlight-sweep-moves/GlowWakeSleepPanel.tsx +183 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/spotlight-sweep-moves/SlideSpotlightPan.tsx +171 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/steep-tilt-glide/SteepTiltGlide.tsx +315 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/stroke-segment-build/StrokeSegmentBuild.tsx +126 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/tear-streak-transitions/GlitchDisplace.tsx +107 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/tension-camera-moves/BulletTimeFreezeOrbit.tsx +219 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/tension-camera-moves/DutchRollToLevel.tsx +110 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/tension-camera-moves/PullBackIsolation.tsx +120 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/tension-camera-moves/SlowPushIn.tsx +96 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/text-as-mask/TextAsMask.tsx +94 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/text-column-converge/TextColumnConverge.tsx +122 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/theme-switch-moves/PaletteThemeRipple.tsx +207 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/theme-switch-moves/ThemeSweepToggle.tsx +123 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/timeline-travel/TimelineTravel.tsx +123 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/title-demote-to-label/TitleDemoteToLabel.tsx +174 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/trailer-grammar-moves/CardFootageCadence.tsx +118 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/trailer-grammar-moves/SmashCut.tsx +105 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/trailer-grammar-moves/TrailerBumper.tsx +103 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/transition-hidden-cut/InvisibleCut.tsx +93 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/transition-hidden-cut/LightLeakBurn.tsx +122 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/transition-hidden-cut/VersusSlam.tsx +104 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/transition-travel/LetterformZoom.tsx +141 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/transition-travel/SharedElementMorph.tsx +101 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/type-assembly-moves/LetterformDriftAssembly.tsx +107 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/type-assembly-moves/SplitTextStagger.tsx +101 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/type-assembly-moves/TextOnPath.tsx +92 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/type-assembly-moves/TrackingExpandReveal.tsx +109 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/type-entrance-moves/LetterDropPhysics.tsx +100 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/type-entrance-moves/ScrambleDecode.tsx +90 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/type-rhythm-sync/FontWeightPump.tsx +124 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/type-rhythm-sync/KaraokeFillSync.tsx +93 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/typewriter-moves/TerminalTypewriter.tsx +122 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/typewriter-moves/TypewriterErrorRetype.tsx +109 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/ui-strip-away-outro/UiStripAwayOutro.tsx +218 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/ui-to-brand-morph/IconFlipBloomLogo.tsx +199 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/ui-to-brand-morph/InputMorphsIntoLogo.tsx +215 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/voice-waveform-live/VoiceWaveformLive.tsx +171 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/wall-reveal-moves/BentoLightUp.tsx +135 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/wipe-transitions/BlindsSlice.tsx +107 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/wipe-transitions/ClockWipe.tsx +83 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/demos/word-relay-filmstrip/WordRelayFilmstrip.tsx +300 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/template/src/Root.tsx +15 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/template/src/aifl/Caption.tsx +49 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/template/src/aifl/DigitRoll.tsx +44 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/template/src/aifl/FlashCut.tsx +19 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/template/src/aifl/Main.tsx +163 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/template/src/aifl/PaperTitleCard.tsx +89 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/template/src/aifl/live/PageCam.tsx +145 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/template/src/aifl/live/SceneDetail.tsx +146 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/template/src/aifl/live/SceneFlyIn.tsx +447 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/template/src/aifl/live/SceneOpen.tsx +532 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/template/src/aifl/live/SceneOutroLive.tsx +394 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/template/src/aifl/live/ScenePapers.tsx +185 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/template/src/aifl/live/SceneWbr.tsx +299 -0
- package/skills/hyper-animator-codex/references/shotcraft/source/template/src/index.ts +4 -0
- package/skills/hyper-animator-codex/references/shotcraft/source-notes.md +10 -0
- package/skills/hyper-animator-codex/scripts/generate_minimax_music.mjs +27 -10
- package/skills/hyper-animator-codex/scripts/generate_minimax_tts.mjs +142 -13
- package/skills/hyper-animator-codex/scripts/generate_subtitles.mjs +42 -3
- package/skills/hyper-animator-codex/scripts/minimax_runtime_config.mjs +3 -3
- package/skills/hyper-animator-codex/scripts/query_shotcraft.mjs +140 -0
- package/skills/hyper-animator-codex/scripts/validate_hyperframes_html.py +22 -0
- package/skills/hyper-animator-codex/scripts/validate_provider_policy.mjs +108 -0
- package/skills/hyper-animator-codex/scripts/validate_shot_plan.mjs +193 -0
- package/skills/hyper-animator-codex/vendor/music-beat-detector/beat_detector/analyzer.py +3 -1
- package/skills/hyper-animator-codex/vendor/music-beat-detector/beat_detector/beat.py +37 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"source": {
|
|
4
|
-
"humanGuide": "/
|
|
4
|
+
"humanGuide": "references/HyperFrames-AI-Generation-Patterns-codex.md",
|
|
5
5
|
"generatedAt": "2026-06-29",
|
|
6
6
|
"registryReadableItems": 133,
|
|
7
7
|
"blocks": 108,
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"width": 1920,
|
|
156
156
|
"height": 1080,
|
|
157
157
|
"aspect": "landscape_16_9",
|
|
158
|
-
"durationSeconds": 15
|
|
158
|
+
"durationSeconds": 15
|
|
159
159
|
},
|
|
160
160
|
"install": {
|
|
161
161
|
"command": "hyperframes add data-chart",
|
|
@@ -219,7 +219,6 @@
|
|
|
219
219
|
}
|
|
220
220
|
},
|
|
221
221
|
"source": {
|
|
222
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
223
222
|
"sourceRow": "| `data-chart`<br>Data Chart<br><small>#data #chart #statistics</small> | Block | Animated bar + line chart with staggered reveal, NYT-style typography, and value labels | 适合财务、增长、排行榜、统计结论等数据可视化段落。 | `hyperframes add data-chart`<br>`<div data-composition-src=\"compositions/data-chart.html\" data-duration=\"15\" data-width=\"1920\" data-height=\"1080\"></div>` | 可调参数: --bg-color, --text-color; 有预览视频 |"
|
|
224
223
|
}
|
|
225
224
|
},
|
|
@@ -257,7 +256,7 @@
|
|
|
257
256
|
"width": 1920,
|
|
258
257
|
"height": 1080,
|
|
259
258
|
"aspect": "landscape_16_9",
|
|
260
|
-
"durationSeconds": 12
|
|
259
|
+
"durationSeconds": 12
|
|
261
260
|
},
|
|
262
261
|
"install": {
|
|
263
262
|
"command": "hyperframes add flowchart",
|
|
@@ -317,7 +316,6 @@
|
|
|
317
316
|
}
|
|
318
317
|
},
|
|
319
318
|
"source": {
|
|
320
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
321
319
|
"sourceRow": "| `flowchart`<br>Flowchart<br><small>#diagram #flowchart #interactive</small> | Block | Animated decision tree with SVG connectors, sticky-note nodes, cursor interaction, and typing correction | 适合讲解流程、决策树、因果关系、产品路径或教程中的逻辑结构。 | `hyperframes add flowchart`<br>`<div data-composition-src=\"compositions/flowchart.html\" data-duration=\"12\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
322
320
|
}
|
|
323
321
|
},
|
|
@@ -357,7 +355,7 @@
|
|
|
357
355
|
"width": 1440,
|
|
358
356
|
"height": 2560,
|
|
359
357
|
"aspect": "portrait_9_16",
|
|
360
|
-
"durationSeconds": 12
|
|
358
|
+
"durationSeconds": 12
|
|
361
359
|
},
|
|
362
360
|
"install": {
|
|
363
361
|
"command": "hyperframes add flowchart-vertical",
|
|
@@ -419,7 +417,6 @@
|
|
|
419
417
|
}
|
|
420
418
|
},
|
|
421
419
|
"source": {
|
|
422
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
423
420
|
"sourceRow": "| `flowchart-vertical`<br>Flowchart Vertical<br><small>#diagram #flowchart #interactive #portrait</small> | Block | Portrait animated decision tree with SVG connectors, sticky-note nodes, cursor interaction, and typing correction | 适合讲解流程、决策树、因果关系、产品路径或教程中的逻辑结构。 | `hyperframes add flowchart-vertical`<br>`<div data-composition-src=\"compositions/flowchart-vertical.html\" data-duration=\"12\" data-width=\"1440\" data-height=\"2560\"></div>` | 有预览视频 |"
|
|
424
421
|
}
|
|
425
422
|
},
|
|
@@ -465,7 +462,7 @@
|
|
|
465
462
|
"width": 1920,
|
|
466
463
|
"height": 1080,
|
|
467
464
|
"aspect": "landscape_16_9",
|
|
468
|
-
"durationSeconds": 7
|
|
465
|
+
"durationSeconds": 7
|
|
469
466
|
},
|
|
470
467
|
"install": {
|
|
471
468
|
"command": "hyperframes add north-korea-locked-down",
|
|
@@ -529,7 +526,6 @@
|
|
|
529
526
|
}
|
|
530
527
|
},
|
|
531
528
|
"source": {
|
|
532
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
533
529
|
"sourceRow": "| `north-korea-locked-down`<br>North Korea Locked Down<br><small>#showcase #map #annotation #youtube #kinetic</small> | Block | Realistic map zoom into North Korea with a red scribble circle, locked-down pop-up label, and reddish editorial wash. | 适合解释地理范围、路线、区域对比、政策/事件位置、数据新闻地图。 | `hyperframes add north-korea-locked-down`<br>`<div data-composition-src=\"compositions/north-korea-locked-down.html\" data-duration=\"7\" data-width=\"1920\" data-height=\"1080\"></div>` | 包含 1 个 asset; 有预览视频 |"
|
|
534
530
|
}
|
|
535
531
|
},
|
|
@@ -573,7 +569,7 @@
|
|
|
573
569
|
"width": 1920,
|
|
574
570
|
"height": 1080,
|
|
575
571
|
"aspect": "landscape_16_9",
|
|
576
|
-
"durationSeconds": 6
|
|
572
|
+
"durationSeconds": 6
|
|
577
573
|
},
|
|
578
574
|
"install": {
|
|
579
575
|
"command": "hyperframes add nyc-paris-flight",
|
|
@@ -637,7 +633,6 @@
|
|
|
637
633
|
}
|
|
638
634
|
},
|
|
639
635
|
"source": {
|
|
640
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
641
636
|
"sourceRow": "| `nyc-paris-flight`<br>NYC Paris Flight<br><small>#showcase #travel #map #youtube #sfx</small> | Block | Apple-style realistic map animation with a plane flying from New York to Paris, marker circle, landing pop, and sound effects. | 适合解释地理范围、路线、区域对比、政策/事件位置、数据新闻地图。 | `hyperframes add nyc-paris-flight`<br>`<div data-composition-src=\"compositions/nyc-paris-flight.html\" data-duration=\"6\" data-width=\"1920\" data-height=\"1080\"></div>` | 包含 2 个 asset; 有预览视频 |"
|
|
642
637
|
}
|
|
643
638
|
},
|
|
@@ -680,7 +675,7 @@
|
|
|
680
675
|
"width": 1920,
|
|
681
676
|
"height": 1080,
|
|
682
677
|
"aspect": "landscape_16_9",
|
|
683
|
-
"durationSeconds": 12
|
|
678
|
+
"durationSeconds": 12
|
|
684
679
|
},
|
|
685
680
|
"install": {
|
|
686
681
|
"command": "hyperframes add spain-map",
|
|
@@ -742,7 +737,6 @@
|
|
|
742
737
|
}
|
|
743
738
|
},
|
|
744
739
|
"source": {
|
|
745
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
746
740
|
"sourceRow": "| `spain-map`<br>Spain Map<br><small>#data #map #geography #spain #europe #choropleth</small> | Block | Animated Spain choropleth by autonomous community with staggered reveals and gradient legend — D3 conic conformal projection | 适合解释地理范围、路线、区域对比、政策/事件位置、数据新闻地图。 | `hyperframes add spain-map`<br>`<div data-composition-src=\"compositions/spain-map.html\" data-duration=\"12\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
747
741
|
}
|
|
748
742
|
},
|
|
@@ -784,7 +778,7 @@
|
|
|
784
778
|
"width": 1920,
|
|
785
779
|
"height": 1080,
|
|
786
780
|
"aspect": "landscape_16_9",
|
|
787
|
-
"durationSeconds": 12
|
|
781
|
+
"durationSeconds": 12
|
|
788
782
|
},
|
|
789
783
|
"install": {
|
|
790
784
|
"command": "hyperframes add us-map",
|
|
@@ -846,7 +840,6 @@
|
|
|
846
840
|
}
|
|
847
841
|
},
|
|
848
842
|
"source": {
|
|
849
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
850
843
|
"sourceRow": "| `us-map`<br>US Map<br><small>#data #map #geography #usa #choropleth</small> | Block | Animated US choropleth map with staggered state reveals, value labels, and gradient legend — pure inline SVG with GSAP | 适合解释地理范围、路线、区域对比、政策/事件位置、数据新闻地图。 | `hyperframes add us-map`<br>`<div data-composition-src=\"compositions/us-map.html\" data-duration=\"12\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
851
844
|
}
|
|
852
845
|
},
|
|
@@ -886,7 +879,7 @@
|
|
|
886
879
|
"width": 1920,
|
|
887
880
|
"height": 1080,
|
|
888
881
|
"aspect": "landscape_16_9",
|
|
889
|
-
"durationSeconds": 12
|
|
882
|
+
"durationSeconds": 12
|
|
890
883
|
},
|
|
891
884
|
"install": {
|
|
892
885
|
"command": "hyperframes add us-map-bubble",
|
|
@@ -948,7 +941,6 @@
|
|
|
948
941
|
}
|
|
949
942
|
},
|
|
950
943
|
"source": {
|
|
951
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
952
944
|
"sourceRow": "| `us-map-bubble`<br>US Bubble Map<br><small>#data #map #geography #usa #bubble #cities</small> | Block | Animated US bubble map with proportional city markers, value callouts, and connection lines — composable with us-map | 适合解释地理范围、路线、区域对比、政策/事件位置、数据新闻地图。 | `hyperframes add us-map-bubble`<br>`<div data-composition-src=\"compositions/us-map-bubble.html\" data-duration=\"12\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
953
945
|
}
|
|
954
946
|
},
|
|
@@ -989,7 +981,7 @@
|
|
|
989
981
|
"width": 1920,
|
|
990
982
|
"height": 1080,
|
|
991
983
|
"aspect": "landscape_16_9",
|
|
992
|
-
"durationSeconds": 12
|
|
984
|
+
"durationSeconds": 12
|
|
993
985
|
},
|
|
994
986
|
"install": {
|
|
995
987
|
"command": "hyperframes add us-map-flow",
|
|
@@ -1051,7 +1043,6 @@
|
|
|
1051
1043
|
}
|
|
1052
1044
|
},
|
|
1053
1045
|
"source": {
|
|
1054
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
1055
1046
|
"sourceRow": "| `us-map-flow`<br>US Flow Map<br><small>#data #map #geography #usa #flow #connections #arcs</small> | Block | Animated connection arcs between US cities over a base map — composable origin-destination flow visualization | 适合解释地理范围、路线、区域对比、政策/事件位置、数据新闻地图。 | `hyperframes add us-map-flow`<br>`<div data-composition-src=\"compositions/us-map-flow.html\" data-duration=\"12\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
1056
1047
|
}
|
|
1057
1048
|
},
|
|
@@ -1091,7 +1082,7 @@
|
|
|
1091
1082
|
"width": 1920,
|
|
1092
1083
|
"height": 1080,
|
|
1093
1084
|
"aspect": "landscape_16_9",
|
|
1094
|
-
"durationSeconds": 10
|
|
1085
|
+
"durationSeconds": 10
|
|
1095
1086
|
},
|
|
1096
1087
|
"install": {
|
|
1097
1088
|
"command": "hyperframes add us-map-hex",
|
|
@@ -1153,7 +1144,6 @@
|
|
|
1153
1144
|
}
|
|
1154
1145
|
},
|
|
1155
1146
|
"source": {
|
|
1156
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
1157
1147
|
"sourceRow": "| `us-map-hex`<br>US Hex Grid Map<br><small>#data #map #geography #usa #hexgrid #tilegrid</small> | Block | Animated hexagonal tile grid map — each state as an equal-weight hex with data fill and abbreviation label | 适合解释地理范围、路线、区域对比、政策/事件位置、数据新闻地图。 | `hyperframes add us-map-hex`<br>`<div data-composition-src=\"compositions/us-map-hex.html\" data-duration=\"10\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
1158
1148
|
}
|
|
1159
1149
|
},
|
|
@@ -1194,7 +1184,7 @@
|
|
|
1194
1184
|
"width": 1920,
|
|
1195
1185
|
"height": 1080,
|
|
1196
1186
|
"aspect": "landscape_16_9",
|
|
1197
|
-
"durationSeconds": 14
|
|
1187
|
+
"durationSeconds": 14
|
|
1198
1188
|
},
|
|
1199
1189
|
"install": {
|
|
1200
1190
|
"command": "hyperframes add world-map",
|
|
@@ -1256,7 +1246,6 @@
|
|
|
1256
1246
|
}
|
|
1257
1247
|
},
|
|
1258
1248
|
"source": {
|
|
1259
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
1260
1249
|
"sourceRow": "| `world-map`<br>World Map<br><small>#data #map #geography #world #choropleth</small> | Block | Animated world choropleth with country-by-country reveal, tooltip labels, and rotating globe inset — D3 Natural Earth projection | 适合解释地理范围、路线、区域对比、政策/事件位置、数据新闻地图。 | `hyperframes add world-map`<br>`<div data-composition-src=\"compositions/world-map.html\" data-duration=\"14\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
1261
1250
|
}
|
|
1262
1251
|
},
|
|
@@ -1298,7 +1287,7 @@
|
|
|
1298
1287
|
"width": 1920,
|
|
1299
1288
|
"height": 1080,
|
|
1300
1289
|
"aspect": "landscape_16_9",
|
|
1301
|
-
"durationSeconds": 5
|
|
1290
|
+
"durationSeconds": 5
|
|
1302
1291
|
},
|
|
1303
1292
|
"install": {
|
|
1304
1293
|
"command": "hyperframes add apple-money-count",
|
|
@@ -1360,7 +1349,6 @@
|
|
|
1360
1349
|
}
|
|
1361
1350
|
},
|
|
1362
1351
|
"source": {
|
|
1363
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
1364
1352
|
"sourceRow": "| `apple-money-count`<br>Apple Money Count<br><small>#showcase #finance #kinetic #youtube #sfx</small> | Block | Apple-style finance counter that counts from $0 to $10,000, flashes green, and bursts money icons with sound. | 适合把社交平台内容、关注引导、通知卡片或播放状态做成画面叠加素材。 | `hyperframes add apple-money-count`<br>`<div data-composition-src=\"compositions/apple-money-count.html\" data-duration=\"5\" data-width=\"1920\" data-height=\"1080\"></div>` | 包含 1 个 asset; 有预览视频 |"
|
|
1365
1353
|
}
|
|
1366
1354
|
},
|
|
@@ -1449,7 +1437,6 @@
|
|
|
1449
1437
|
}
|
|
1450
1438
|
},
|
|
1451
1439
|
"source": {
|
|
1452
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
1453
1440
|
"sourceRow": "| `instagram-follow`<br>Instagram Follow<br><small>#social #overlay #instagram</small> | Block | Animated Instagram follow overlay with profile card and follow button | 适合把社交平台内容、关注引导、通知卡片或播放状态做成画面叠加素材。 | `hyperframes add instagram-follow`<br>`<div data-composition-src=\"compositions/instagram-follow.html\" data-duration=\"4.5\" data-width=\"1080\" data-height=\"1920\"></div>` | 包含 1 个 asset; 有预览视频 |"
|
|
1454
1441
|
}
|
|
1455
1442
|
},
|
|
@@ -1490,7 +1477,7 @@
|
|
|
1490
1477
|
"width": 1920,
|
|
1491
1478
|
"height": 1080,
|
|
1492
1479
|
"aspect": "landscape_16_9",
|
|
1493
|
-
"durationSeconds": 8
|
|
1480
|
+
"durationSeconds": 8
|
|
1494
1481
|
},
|
|
1495
1482
|
"install": {
|
|
1496
1483
|
"command": "hyperframes add lower-third-bild",
|
|
@@ -1544,7 +1531,6 @@
|
|
|
1544
1531
|
}
|
|
1545
1532
|
},
|
|
1546
1533
|
"source": {
|
|
1547
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
1548
1534
|
"sourceRow": "| `lower-third-bild`<br>Lower Third — BILD Style<br><small>#broadcast #lower-third #news #overlay</small> | Block | News-style lower third with tight-fit text boxes: white headline bar with red drop-shadow, red sub-line with white drop-shadow. | 适合人物介绍、播客嘉宾名牌、新闻标题条、采访画面叠加。 | `hyperframes add lower-third-bild`<br>`<div data-composition-src=\"compositions/lower-third-bild.html\" data-duration=\"8\" data-width=\"1920\" data-height=\"1080\"></div>` | 包含 2 个 asset |"
|
|
1549
1535
|
}
|
|
1550
1536
|
},
|
|
@@ -1640,7 +1626,6 @@
|
|
|
1640
1626
|
}
|
|
1641
1627
|
},
|
|
1642
1628
|
"source": {
|
|
1643
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
1644
1629
|
"sourceRow": "| `lt-accent-underline`<br>Lower Third — Accent Underline<br><small>#lower-third #overlay #podcast #interview #minimal</small> | Block | Cardless lower third for footage overlay: name rises, an accent rule draws left-to-right, role fades in; text-shadowed for legibility | 适合人物介绍、播客嘉宾名牌、新闻标题条、采访画面叠加。 | `hyperframes add lt-accent-underline`<br>`<div data-composition-src=\"compositions/lt-accent-underline.html\" data-duration=\"4.8\" data-width=\"1920\" data-height=\"1080\"></div>` | - |"
|
|
1645
1630
|
}
|
|
1646
1631
|
},
|
|
@@ -1740,7 +1725,6 @@
|
|
|
1740
1725
|
}
|
|
1741
1726
|
},
|
|
1742
1727
|
"source": {
|
|
1743
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
1744
1728
|
"sourceRow": "| `lt-bold-block`<br>Lower Third — Bold Block<br><small>#lower-third #overlay #podcast #interview #bold</small> | Block | High-energy podcast lower third: solid dark block wipes in, uppercase name slams up, accent tag pops | 适合人物介绍、播客嘉宾名牌、新闻标题条、采访画面叠加。 | `hyperframes add lt-bold-block`<br>`<div data-composition-src=\"compositions/lt-bold-block.html\" data-duration=\"4.8\" data-width=\"1920\" data-height=\"1080\"></div>` | - |"
|
|
1745
1729
|
}
|
|
1746
1730
|
},
|
|
@@ -1838,7 +1822,6 @@
|
|
|
1838
1822
|
}
|
|
1839
1823
|
},
|
|
1840
1824
|
"source": {
|
|
1841
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
1842
1825
|
"sourceRow": "| `lt-clean-bar`<br>Lower Third — Clean Bar<br><small>#lower-third #overlay #podcast #interview</small> | Block | Minimal white-card lower third for podcasts/interviews: accent tab, name + role, clip-wipe entrance | 适合人物介绍、播客嘉宾名牌、新闻标题条、采访画面叠加。 | `hyperframes add lt-clean-bar`<br>`<div data-composition-src=\"compositions/lt-clean-bar.html\" data-duration=\"4.8\" data-width=\"1920\" data-height=\"1080\"></div>` | - |"
|
|
1843
1826
|
}
|
|
1844
1827
|
},
|
|
@@ -1932,7 +1915,6 @@
|
|
|
1932
1915
|
}
|
|
1933
1916
|
},
|
|
1934
1917
|
"source": {
|
|
1935
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
1936
1918
|
"sourceRow": "| `lt-color-block`<br>Lower Third — Color Block<br><small>#lower-third #overlay #podcast #interview #bold</small> | Block | High-energy lower third: bold accent-color block slides in with overshoot, condensed name + mono role | 适合人物介绍、播客嘉宾名牌、新闻标题条、采访画面叠加。 | `hyperframes add lt-color-block`<br>`<div data-composition-src=\"compositions/lt-color-block.html\" data-duration=\"4.8\" data-width=\"1920\" data-height=\"1080\"></div>` | - |"
|
|
1937
1919
|
}
|
|
1938
1920
|
},
|
|
@@ -2028,7 +2010,6 @@
|
|
|
2028
2010
|
}
|
|
2029
2011
|
},
|
|
2030
2012
|
"source": {
|
|
2031
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
2032
2013
|
"sourceRow": "| `lt-dark-card`<br>Lower Third — Dark Card<br><small>#lower-third #overlay #podcast #interview #dark</small> | Block | Charcoal card lower third for bright footage: name, drawn accent underline, role; slide-up entrance | 适合人物介绍、播客嘉宾名牌、新闻标题条、采访画面叠加。 | `hyperframes add lt-dark-card`<br>`<div data-composition-src=\"compositions/lt-dark-card.html\" data-duration=\"4.8\" data-width=\"1920\" data-height=\"1080\"></div>` | - |"
|
|
2033
2014
|
}
|
|
2034
2015
|
},
|
|
@@ -2122,7 +2103,6 @@
|
|
|
2122
2103
|
}
|
|
2123
2104
|
},
|
|
2124
2105
|
"source": {
|
|
2125
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
2126
2106
|
"sourceRow": "| `lt-kicker-name`<br>Lower Third — Kicker Name<br><small>#lower-third #overlay #podcast #interview #bold</small> | Block | Cardless lower third with an accent eyebrow/kicker tag, heavy name, and a drawn baseline; for footage | 适合人物介绍、播客嘉宾名牌、新闻标题条、采访画面叠加。 | `hyperframes add lt-kicker-name`<br>`<div data-composition-src=\"compositions/lt-kicker-name.html\" data-duration=\"4.8\" data-width=\"1920\" data-height=\"1080\"></div>` | - |"
|
|
2127
2107
|
}
|
|
2128
2108
|
},
|
|
@@ -2219,7 +2199,6 @@
|
|
|
2219
2199
|
}
|
|
2220
2200
|
},
|
|
2221
2201
|
"source": {
|
|
2222
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
2223
2202
|
"sourceRow": "| `lt-mask-reveal`<br>Lower Third — Mask Reveal<br><small>#lower-third #overlay #podcast #interview #bold</small> | Block | Cardless lower third: an accent sweep crosses and clip-path-reveals a heavy name, role fades up; for footage | 适合人物介绍、播客嘉宾名牌、新闻标题条、采访画面叠加。 | `hyperframes add lt-mask-reveal`<br>`<div data-composition-src=\"compositions/lt-mask-reveal.html\" data-duration=\"4.8\" data-width=\"1920\" data-height=\"1080\"></div>` | - |"
|
|
2224
2203
|
}
|
|
2225
2204
|
},
|
|
@@ -2315,7 +2294,6 @@
|
|
|
2315
2294
|
}
|
|
2316
2295
|
},
|
|
2317
2296
|
"source": {
|
|
2318
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
2319
2297
|
"sourceRow": "| `lt-side-rule`<br>Lower Third — Side Rule<br><small>#lower-third #overlay #podcast #interview #minimal</small> | Block | Cardless lower third with a vertical accent bar; condensed display name + mono role, text-shadowed for footage | 适合人物介绍、播客嘉宾名牌、新闻标题条、采访画面叠加。 | `hyperframes add lt-side-rule`<br>`<div data-composition-src=\"compositions/lt-side-rule.html\" data-duration=\"4.8\" data-width=\"1920\" data-height=\"1080\"></div>` | - |"
|
|
2320
2298
|
}
|
|
2321
2299
|
},
|
|
@@ -2411,7 +2389,6 @@
|
|
|
2411
2389
|
}
|
|
2412
2390
|
},
|
|
2413
2391
|
"source": {
|
|
2414
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
2415
2392
|
"sourceRow": "| `lt-soft-pill`<br>Lower Third — Soft Pill<br><small>#lower-third #overlay #podcast #interview #minimal</small> | Block | Rounded white pill lower third for podcasts/interviews: status dot, name + role, scale-pop entrance | 适合人物介绍、播客嘉宾名牌、新闻标题条、采访画面叠加。 | `hyperframes add lt-soft-pill`<br>`<div data-composition-src=\"compositions/lt-soft-pill.html\" data-duration=\"4.8\" data-width=\"1920\" data-height=\"1080\"></div>` | - |"
|
|
2416
2393
|
}
|
|
2417
2394
|
},
|
|
@@ -2510,7 +2487,6 @@
|
|
|
2510
2487
|
}
|
|
2511
2488
|
},
|
|
2512
2489
|
"source": {
|
|
2513
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
2514
2490
|
"sourceRow": "| `lt-stack-bars`<br>Lower Third — Stack Bars<br><small>#lower-third #overlay #podcast #interview #bold</small> | Block | Two stacked bars: a dark name bar wipes from the left, an accent role bar wipes from the right | 适合人物介绍、播客嘉宾名牌、新闻标题条、采访画面叠加。 | `hyperframes add lt-stack-bars`<br>`<div data-composition-src=\"compositions/lt-stack-bars.html\" data-duration=\"4.8\" data-width=\"1920\" data-height=\"1080\"></div>` | - |"
|
|
2515
2491
|
}
|
|
2516
2492
|
},
|
|
@@ -2551,7 +2527,7 @@
|
|
|
2551
2527
|
"width": 1920,
|
|
2552
2528
|
"height": 1080,
|
|
2553
2529
|
"aspect": "landscape_16_9",
|
|
2554
|
-
"durationSeconds": 5
|
|
2530
|
+
"durationSeconds": 5
|
|
2555
2531
|
},
|
|
2556
2532
|
"install": {
|
|
2557
2533
|
"command": "hyperframes add macos-notification",
|
|
@@ -2612,7 +2588,6 @@
|
|
|
2612
2588
|
}
|
|
2613
2589
|
},
|
|
2614
2590
|
"source": {
|
|
2615
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
2616
2591
|
"sourceRow": "| `macos-notification`<br>macOS Notification<br><small>#social #overlay #notification</small> | Block | Animated macOS-style notification banner with app icon and message | 适合把社交平台内容、关注引导、通知卡片或播放状态做成画面叠加素材。 | `hyperframes add macos-notification`<br>`<div data-composition-src=\"compositions/macos-notification.html\" data-duration=\"5\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
2617
2592
|
}
|
|
2618
2593
|
},
|
|
@@ -2656,7 +2631,7 @@
|
|
|
2656
2631
|
"width": 1920,
|
|
2657
2632
|
"height": 1080,
|
|
2658
2633
|
"aspect": "landscape_16_9",
|
|
2659
|
-
"durationSeconds": 7
|
|
2634
|
+
"durationSeconds": 7
|
|
2660
2635
|
},
|
|
2661
2636
|
"install": {
|
|
2662
2637
|
"command": "hyperframes add news-ticker",
|
|
@@ -2710,7 +2685,6 @@
|
|
|
2710
2685
|
}
|
|
2711
2686
|
},
|
|
2712
2687
|
"source": {
|
|
2713
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
2714
2688
|
"sourceRow": "| `news-ticker`<br>News Ticker<br><small>#lower-third #overlay #news #ticker</small> | Block | Premium broadcast-style lower-third ticker with live label, headline ribbon, and scrolling news crawl. | 适合人物介绍、播客嘉宾名牌、新闻标题条、采访画面叠加。 | `hyperframes add news-ticker`<br>`<div data-composition-src=\"compositions/news-ticker.html\" data-duration=\"7\" data-width=\"1920\" data-height=\"1080\"></div>` | - |"
|
|
2715
2689
|
}
|
|
2716
2690
|
},
|
|
@@ -2748,7 +2722,7 @@
|
|
|
2748
2722
|
"width": 1920,
|
|
2749
2723
|
"height": 1080,
|
|
2750
2724
|
"aspect": "landscape_16_9",
|
|
2751
|
-
"durationSeconds": 5
|
|
2725
|
+
"durationSeconds": 5
|
|
2752
2726
|
},
|
|
2753
2727
|
"install": {
|
|
2754
2728
|
"command": "hyperframes add reddit-post",
|
|
@@ -2799,7 +2773,6 @@
|
|
|
2799
2773
|
}
|
|
2800
2774
|
},
|
|
2801
2775
|
"source": {
|
|
2802
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
2803
2776
|
"sourceRow": "| `reddit-post`<br>Reddit Post Card<br><small>#social #overlay #reddit</small> | Block | Animated Reddit post card overlay with upvotes and comments | 适合把社交平台内容、关注引导、通知卡片或播放状态做成画面叠加素材。 | `hyperframes add reddit-post`<br>`<div data-composition-src=\"compositions/reddit-post.html\" data-duration=\"5\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
2804
2777
|
}
|
|
2805
2778
|
},
|
|
@@ -2837,7 +2810,7 @@
|
|
|
2837
2810
|
"width": 1080,
|
|
2838
2811
|
"height": 1920,
|
|
2839
2812
|
"aspect": "portrait_9_16",
|
|
2840
|
-
"durationSeconds": 5
|
|
2813
|
+
"durationSeconds": 5
|
|
2841
2814
|
},
|
|
2842
2815
|
"install": {
|
|
2843
2816
|
"command": "hyperframes add spotify-card",
|
|
@@ -2888,7 +2861,6 @@
|
|
|
2888
2861
|
}
|
|
2889
2862
|
},
|
|
2890
2863
|
"source": {
|
|
2891
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
2892
2864
|
"sourceRow": "| `spotify-card`<br>Spotify Now Playing<br><small>#social #overlay #spotify</small> | Block | Animated Spotify now-playing card with album art and progress bar | 适合把社交平台内容、关注引导、通知卡片或播放状态做成画面叠加素材。 | `hyperframes add spotify-card`<br>`<div data-composition-src=\"compositions/spotify-card.html\" data-duration=\"5\" data-width=\"1080\" data-height=\"1920\"></div>` | 有预览视频 |"
|
|
2893
2865
|
}
|
|
2894
2866
|
},
|
|
@@ -2977,7 +2949,6 @@
|
|
|
2977
2949
|
}
|
|
2978
2950
|
},
|
|
2979
2951
|
"source": {
|
|
2980
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
2981
2952
|
"sourceRow": "| `tiktok-follow`<br>TikTok Follow<br><small>#social #overlay #tiktok</small> | Block | Animated TikTok follow overlay with profile card and follow button | 适合把社交平台内容、关注引导、通知卡片或播放状态做成画面叠加素材。 | `hyperframes add tiktok-follow`<br>`<div data-composition-src=\"compositions/tiktok-follow.html\" data-duration=\"4.5\" data-width=\"1080\" data-height=\"1920\"></div>` | 包含 1 个 asset; 有预览视频 |"
|
|
2982
2953
|
}
|
|
2983
2954
|
},
|
|
@@ -3018,7 +2989,7 @@
|
|
|
3018
2989
|
"width": 1920,
|
|
3019
2990
|
"height": 1080,
|
|
3020
2991
|
"aspect": "landscape_16_9",
|
|
3021
|
-
"durationSeconds": 7
|
|
2992
|
+
"durationSeconds": 7
|
|
3022
2993
|
},
|
|
3023
2994
|
"install": {
|
|
3024
2995
|
"command": "hyperframes add vpn-youtube-spot",
|
|
@@ -3080,7 +3051,6 @@
|
|
|
3080
3051
|
}
|
|
3081
3052
|
},
|
|
3082
3053
|
"source": {
|
|
3083
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
3084
3054
|
"sourceRow": "| `vpn-youtube-spot`<br>VPN YouTube Spot<br><small>#app #showcase #youtube #sfx</small> | Block | Snappy Apple-style YouTube insert showing a phone finding and installing a friendly VPN app with sound effects. | 适合把社交平台内容、关注引导、通知卡片或播放状态做成画面叠加素材。 | `hyperframes add vpn-youtube-spot`<br>`<div data-composition-src=\"compositions/vpn-youtube-spot.html\" data-duration=\"7\" data-width=\"1920\" data-height=\"1080\"></div>` | 包含 1 个 asset; 有预览视频 |"
|
|
3085
3055
|
}
|
|
3086
3056
|
},
|
|
@@ -3118,7 +3088,7 @@
|
|
|
3118
3088
|
"width": 1920,
|
|
3119
3089
|
"height": 1080,
|
|
3120
3090
|
"aspect": "landscape_16_9",
|
|
3121
|
-
"durationSeconds": 5
|
|
3091
|
+
"durationSeconds": 5
|
|
3122
3092
|
},
|
|
3123
3093
|
"install": {
|
|
3124
3094
|
"command": "hyperframes add x-post",
|
|
@@ -3169,7 +3139,6 @@
|
|
|
3169
3139
|
}
|
|
3170
3140
|
},
|
|
3171
3141
|
"source": {
|
|
3172
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
3173
3142
|
"sourceRow": "| `x-post`<br>X Post Card<br><small>#social #overlay #twitter</small> | Block | Animated X/Twitter post card overlay with engagement metrics | 适合把社交平台内容、关注引导、通知卡片或播放状态做成画面叠加素材。 | `hyperframes add x-post`<br>`<div data-composition-src=\"compositions/x-post.html\" data-duration=\"5\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
3174
3143
|
}
|
|
3175
3144
|
},
|
|
@@ -3261,7 +3230,6 @@
|
|
|
3261
3230
|
}
|
|
3262
3231
|
},
|
|
3263
3232
|
"source": {
|
|
3264
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
3265
3233
|
"sourceRow": "| `yt-lower-third`<br>YouTube Lower Third<br><small>#social #overlay #youtube</small> | Block | Animated YouTube subscribe lower third with avatar and channel info | 适合把社交平台内容、关注引导、通知卡片或播放状态做成画面叠加素材。 | `hyperframes add yt-lower-third`<br>`<div data-composition-src=\"compositions/yt-lower-third.html\" data-duration=\"4.5\" data-width=\"1920\" data-height=\"1080\"></div>` | 包含 1 个 asset; 有预览视频 |"
|
|
3266
3234
|
}
|
|
3267
3235
|
},
|
|
@@ -3360,7 +3328,6 @@
|
|
|
3360
3328
|
"formatMatches": {}
|
|
3361
3329
|
},
|
|
3362
3330
|
"source": {
|
|
3363
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
3364
3331
|
"sourceRow": "| `caption-emoji-pop`<br>Emoji Pop<br><small>#captions #caption-style #emoji #social</small> | Component | Emoji integration with stroked text and horizontal squeeze entrance | 适合把社交平台内容、关注引导、通知卡片或播放状态做成画面叠加素材。 | `hyperframes add caption-emoji-pop`<br>`<!-- paste from compositions/components/caption-emoji-pop.html into your composition -->` | 有预览视频 |"
|
|
3365
3332
|
}
|
|
3366
3333
|
},
|
|
@@ -3460,7 +3427,6 @@
|
|
|
3460
3427
|
"formatMatches": {}
|
|
3461
3428
|
},
|
|
3462
3429
|
"source": {
|
|
3463
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
3464
3430
|
"sourceRow": "| `caption-highlight`<br>Highlight<br><small>#captions #caption-style #highlight #social #tiktok</small> | Component | Red background sweep behind each active word, TikTok-style | 适合把社交平台内容、关注引导、通知卡片或播放状态做成画面叠加素材。 | `hyperframes add caption-highlight`<br>`<!-- paste from compositions/components/caption-highlight.html into your composition -->` | 有预览视频 |"
|
|
3465
3431
|
}
|
|
3466
3432
|
},
|
|
@@ -3501,7 +3467,7 @@
|
|
|
3501
3467
|
"width": 1920,
|
|
3502
3468
|
"height": 1080,
|
|
3503
3469
|
"aspect": "landscape_16_9",
|
|
3504
|
-
"durationSeconds": 8
|
|
3470
|
+
"durationSeconds": 8
|
|
3505
3471
|
},
|
|
3506
3472
|
"install": {
|
|
3507
3473
|
"command": "hyperframes add code-3d-extrude",
|
|
@@ -3563,7 +3529,6 @@
|
|
|
3563
3529
|
}
|
|
3564
3530
|
},
|
|
3565
3531
|
"source": {
|
|
3566
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
3567
3532
|
"sourceRow": "| `code-3d-extrude`<br>Code 3D Extrude<br><small>#code #code-animation #3d #webgl #developer</small> | Block | Syntax-highlighted code on a lit, beveled 3D slab that rotates through real space and settles to a readable rest — true WebGL depth and lighting, not a 2D transform. | 适合把代码变化、重点行、diff、滚动、粒子/3D 编译感做成叙事镜头。 | `hyperframes add code-3d-extrude`<br>`<div data-composition-src=\"compositions/code-3d-extrude.html\" data-duration=\"8\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
3568
3533
|
}
|
|
3569
3534
|
},
|
|
@@ -3604,7 +3569,7 @@
|
|
|
3604
3569
|
"width": 1920,
|
|
3605
3570
|
"height": 1080,
|
|
3606
3571
|
"aspect": "landscape_16_9",
|
|
3607
|
-
"durationSeconds": 6
|
|
3572
|
+
"durationSeconds": 6
|
|
3608
3573
|
},
|
|
3609
3574
|
"install": {
|
|
3610
3575
|
"command": "hyperframes add code-diff",
|
|
@@ -3665,7 +3630,6 @@
|
|
|
3665
3630
|
}
|
|
3666
3631
|
},
|
|
3667
3632
|
"source": {
|
|
3668
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
3669
3633
|
"sourceRow": "| `code-diff`<br>Code Diff<br><small>#code #code-animation #diff #developer</small> | Block | An edit shown as a colored diff — removed lines collapse in red, added lines expand in green. | 适合把代码变化、重点行、diff、滚动、粒子/3D 编译感做成叙事镜头。 | `hyperframes add code-diff`<br>`<div data-composition-src=\"compositions/code-diff.html\" data-duration=\"6\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
3670
3634
|
}
|
|
3671
3635
|
},
|
|
@@ -3705,7 +3669,7 @@
|
|
|
3705
3669
|
"width": 1920,
|
|
3706
3670
|
"height": 1080,
|
|
3707
3671
|
"aspect": "landscape_16_9",
|
|
3708
|
-
"durationSeconds": 5
|
|
3672
|
+
"durationSeconds": 5
|
|
3709
3673
|
},
|
|
3710
3674
|
"install": {
|
|
3711
3675
|
"command": "hyperframes add code-highlight",
|
|
@@ -3766,7 +3730,6 @@
|
|
|
3766
3730
|
}
|
|
3767
3731
|
},
|
|
3768
3732
|
"source": {
|
|
3769
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
3770
3733
|
"sourceRow": "| `code-highlight`<br>Code Highlight Sweep<br><small>#code #code-animation #highlight #developer</small> | Block | A highlight band sweeps across a target line while the surrounding context dims — draws the eye to one line. | 适合把代码变化、重点行、diff、滚动、粒子/3D 编译感做成叙事镜头。 | `hyperframes add code-highlight`<br>`<div data-composition-src=\"compositions/code-highlight.html\" data-duration=\"5\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
3771
3734
|
}
|
|
3772
3735
|
},
|
|
@@ -3811,7 +3774,7 @@
|
|
|
3811
3774
|
"width": 1920,
|
|
3812
3775
|
"height": 1080,
|
|
3813
3776
|
"aspect": "landscape_16_9",
|
|
3814
|
-
"durationSeconds": 8
|
|
3777
|
+
"durationSeconds": 8
|
|
3815
3778
|
},
|
|
3816
3779
|
"install": {
|
|
3817
3780
|
"command": "hyperframes add code-particle-assemble",
|
|
@@ -3873,7 +3836,6 @@
|
|
|
3873
3836
|
}
|
|
3874
3837
|
},
|
|
3875
3838
|
"source": {
|
|
3876
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
3877
3839
|
"sourceRow": "| `code-particle-assemble`<br>Code Particle Assemble<br><small>#code #code-animation #particles #gpu #webgl #developer</small> | Block | Thousands of GPU points scatter through space and fly to the exact glyph pixels of the code, resolving into readable syntax-highlighted text — a particle system, not a token tween. | 适合把代码变化、重点行、diff、滚动、粒子/3D 编译感做成叙事镜头。 | `hyperframes add code-particle-assemble`<br>`<div data-composition-src=\"compositions/code-particle-assemble.html\" data-duration=\"8\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
3878
3840
|
}
|
|
3879
3841
|
},
|
|
@@ -3915,7 +3877,7 @@
|
|
|
3915
3877
|
"width": 1920,
|
|
3916
3878
|
"height": 1080,
|
|
3917
3879
|
"aspect": "landscape_16_9",
|
|
3918
|
-
"durationSeconds": 6
|
|
3880
|
+
"durationSeconds": 6
|
|
3919
3881
|
},
|
|
3920
3882
|
"install": {
|
|
3921
3883
|
"command": "hyperframes add code-scroll",
|
|
@@ -3976,7 +3938,6 @@
|
|
|
3976
3938
|
}
|
|
3977
3939
|
},
|
|
3978
3940
|
"source": {
|
|
3979
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
3980
3941
|
"sourceRow": "| `code-scroll`<br>Code Scroll To Line<br><small>#code #code-animation #scroll #developer</small> | Block | The camera scrolls a long file to bring a target line to center and spotlights it — for walking through real modules. | 适合把代码变化、重点行、diff、滚动、粒子/3D 编译感做成叙事镜头。 | `hyperframes add code-scroll`<br>`<div data-composition-src=\"compositions/code-scroll.html\" data-duration=\"6\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
3981
3942
|
}
|
|
3982
3943
|
},
|
|
@@ -4018,7 +3979,7 @@
|
|
|
4018
3979
|
"width": 1920,
|
|
4019
3980
|
"height": 1080,
|
|
4020
3981
|
"aspect": "landscape_16_9",
|
|
4021
|
-
"durationSeconds": 7
|
|
3982
|
+
"durationSeconds": 7
|
|
4022
3983
|
},
|
|
4023
3984
|
"install": {
|
|
4024
3985
|
"command": "hyperframes add code-shader-dissolve",
|
|
@@ -4082,7 +4043,6 @@
|
|
|
4082
4043
|
}
|
|
4083
4044
|
},
|
|
4084
4045
|
"source": {
|
|
4085
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
4086
4046
|
"sourceRow": "| `code-shader-dissolve`<br>Code Shader Dissolve<br><small>#code #code-animation #shader #webgl #developer</small> | Block | The code compiles into existence: a GPU fragment shader resolves it out of seeded noise with a chromatic dissolve front and edge glow, then holds crisp. | 适合把代码变化、重点行、diff、滚动、粒子/3D 编译感做成叙事镜头。 | `hyperframes add code-shader-dissolve`<br>`<div data-composition-src=\"compositions/code-shader-dissolve.html\" data-duration=\"7\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
4087
4047
|
}
|
|
4088
4048
|
},
|
|
@@ -4126,7 +4086,7 @@
|
|
|
4126
4086
|
"width": 1920,
|
|
4127
4087
|
"height": 1080,
|
|
4128
4088
|
"aspect": "landscape_16_9",
|
|
4129
|
-
"durationSeconds": 12
|
|
4089
|
+
"durationSeconds": 12
|
|
4130
4090
|
},
|
|
4131
4091
|
"install": {
|
|
4132
4092
|
"command": "hyperframes add code-snippet-apple-terminal-basic",
|
|
@@ -4190,7 +4150,6 @@
|
|
|
4190
4150
|
}
|
|
4191
4151
|
},
|
|
4192
4152
|
"source": {
|
|
4193
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
4194
4153
|
"sourceRow": "| `code-snippet-apple-terminal-basic`<br>Code Snippet - Apple Terminal Basic<br><small>#code #developer #showcase #terminal #apple #apple-terminal</small> | Block | Apple Terminal Basic profile: white background, black text, per-character typing animation of a shell session. | 适合命令行教程、安装过程、黑客/开发氛围、产品 CLI 演示。 | `hyperframes add code-snippet-apple-terminal-basic`<br>`<div data-composition-src=\"compositions/code-snippet-apple-terminal-basic.html\" data-duration=\"12\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
4195
4154
|
}
|
|
4196
4155
|
},
|
|
@@ -4235,7 +4194,7 @@
|
|
|
4235
4194
|
"width": 1920,
|
|
4236
4195
|
"height": 1080,
|
|
4237
4196
|
"aspect": "landscape_16_9",
|
|
4238
|
-
"durationSeconds": 12
|
|
4197
|
+
"durationSeconds": 12
|
|
4239
4198
|
},
|
|
4240
4199
|
"install": {
|
|
4241
4200
|
"command": "hyperframes add code-snippet-apple-terminal-clear-dark",
|
|
@@ -4299,7 +4258,6 @@
|
|
|
4299
4258
|
}
|
|
4300
4259
|
},
|
|
4301
4260
|
"source": {
|
|
4302
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
4303
4261
|
"sourceRow": "| `code-snippet-apple-terminal-clear-dark`<br>Code Snippet - Apple Terminal Clear Dark<br><small>#code #developer #showcase #terminal #apple #apple-terminal</small> | Block | Apple Terminal Clear Dark profile: semi-transparent dark background, per-character typing animation of a shell session. | 适合命令行教程、安装过程、黑客/开发氛围、产品 CLI 演示。 | `hyperframes add code-snippet-apple-terminal-clear-dark`<br>`<div data-composition-src=\"compositions/code-snippet-apple-terminal-clear-dark.html\" data-duration=\"12\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
4304
4262
|
}
|
|
4305
4263
|
},
|
|
@@ -4344,7 +4302,7 @@
|
|
|
4344
4302
|
"width": 1920,
|
|
4345
4303
|
"height": 1080,
|
|
4346
4304
|
"aspect": "landscape_16_9",
|
|
4347
|
-
"durationSeconds": 12
|
|
4305
|
+
"durationSeconds": 12
|
|
4348
4306
|
},
|
|
4349
4307
|
"install": {
|
|
4350
4308
|
"command": "hyperframes add code-snippet-apple-terminal-clear-light",
|
|
@@ -4408,7 +4366,6 @@
|
|
|
4408
4366
|
}
|
|
4409
4367
|
},
|
|
4410
4368
|
"source": {
|
|
4411
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
4412
4369
|
"sourceRow": "| `code-snippet-apple-terminal-clear-light`<br>Code Snippet - Apple Terminal Clear Light<br><small>#code #developer #showcase #terminal #apple #apple-terminal</small> | Block | Apple Terminal Clear Light profile: semi-transparent light background, per-character typing animation of a shell session. | 适合命令行教程、安装过程、黑客/开发氛围、产品 CLI 演示。 | `hyperframes add code-snippet-apple-terminal-clear-light`<br>`<div data-composition-src=\"compositions/code-snippet-apple-terminal-clear-light.html\" data-duration=\"12\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
4413
4370
|
}
|
|
4414
4371
|
},
|
|
@@ -4452,7 +4409,7 @@
|
|
|
4452
4409
|
"width": 1920,
|
|
4453
4410
|
"height": 1080,
|
|
4454
4411
|
"aspect": "landscape_16_9",
|
|
4455
|
-
"durationSeconds": 12
|
|
4412
|
+
"durationSeconds": 12
|
|
4456
4413
|
},
|
|
4457
4414
|
"install": {
|
|
4458
4415
|
"command": "hyperframes add code-snippet-apple-terminal-grass",
|
|
@@ -4516,7 +4473,6 @@
|
|
|
4516
4473
|
}
|
|
4517
4474
|
},
|
|
4518
4475
|
"source": {
|
|
4519
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
4520
4476
|
"sourceRow": "| `code-snippet-apple-terminal-grass`<br>Code Snippet - Apple Terminal Grass<br><small>#code #developer #showcase #terminal #apple #apple-terminal</small> | Block | Apple Terminal Grass profile: black background with green text, per-character typing animation of a shell session. | 适合命令行教程、安装过程、黑客/开发氛围、产品 CLI 演示。 | `hyperframes add code-snippet-apple-terminal-grass`<br>`<div data-composition-src=\"compositions/code-snippet-apple-terminal-grass.html\" data-duration=\"12\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
4521
4477
|
}
|
|
4522
4478
|
},
|
|
@@ -4560,7 +4516,7 @@
|
|
|
4560
4516
|
"width": 1920,
|
|
4561
4517
|
"height": 1080,
|
|
4562
4518
|
"aspect": "landscape_16_9",
|
|
4563
|
-
"durationSeconds": 12
|
|
4519
|
+
"durationSeconds": 12
|
|
4564
4520
|
},
|
|
4565
4521
|
"install": {
|
|
4566
4522
|
"command": "hyperframes add code-snippet-apple-terminal-homebrew",
|
|
@@ -4624,7 +4580,6 @@
|
|
|
4624
4580
|
}
|
|
4625
4581
|
},
|
|
4626
4582
|
"source": {
|
|
4627
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
4628
4583
|
"sourceRow": "| `code-snippet-apple-terminal-homebrew`<br>Code Snippet - Apple Terminal Homebrew<br><small>#code #developer #showcase #terminal #apple #apple-terminal</small> | Block | Apple Terminal Homebrew profile: black background with bright green text and lime cursor, per-character typing animation of a shell session. | 适合命令行教程、安装过程、黑客/开发氛围、产品 CLI 演示。 | `hyperframes add code-snippet-apple-terminal-homebrew`<br>`<div data-composition-src=\"compositions/code-snippet-apple-terminal-homebrew.html\" data-duration=\"12\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
4629
4584
|
}
|
|
4630
4585
|
},
|
|
@@ -4668,7 +4623,7 @@
|
|
|
4668
4623
|
"width": 1920,
|
|
4669
4624
|
"height": 1080,
|
|
4670
4625
|
"aspect": "landscape_16_9",
|
|
4671
|
-
"durationSeconds": 12
|
|
4626
|
+
"durationSeconds": 12
|
|
4672
4627
|
},
|
|
4673
4628
|
"install": {
|
|
4674
4629
|
"command": "hyperframes add code-snippet-apple-terminal-man-page",
|
|
@@ -4732,7 +4687,6 @@
|
|
|
4732
4687
|
}
|
|
4733
4688
|
},
|
|
4734
4689
|
"source": {
|
|
4735
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
4736
4690
|
"sourceRow": "| `code-snippet-apple-terminal-man-page`<br>Code Snippet - Apple Terminal Man Page<br><small>#code #developer #showcase #terminal #apple #apple-terminal</small> | Block | Apple Terminal Man Page profile: pale yellow background with black text, per-character typing animation of a shell session. | 适合命令行教程、安装过程、黑客/开发氛围、产品 CLI 演示。 | `hyperframes add code-snippet-apple-terminal-man-page`<br>`<div data-composition-src=\"compositions/code-snippet-apple-terminal-man-page.html\" data-duration=\"12\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
4737
4691
|
}
|
|
4738
4692
|
},
|
|
@@ -4777,7 +4731,7 @@
|
|
|
4777
4731
|
"width": 1920,
|
|
4778
4732
|
"height": 1080,
|
|
4779
4733
|
"aspect": "landscape_16_9",
|
|
4780
|
-
"durationSeconds": 12
|
|
4734
|
+
"durationSeconds": 12
|
|
4781
4735
|
},
|
|
4782
4736
|
"install": {
|
|
4783
4737
|
"command": "hyperframes add code-snippet-apple-terminal-novel",
|
|
@@ -4841,7 +4795,6 @@
|
|
|
4841
4795
|
}
|
|
4842
4796
|
},
|
|
4843
4797
|
"source": {
|
|
4844
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
4845
4798
|
"sourceRow": "| `code-snippet-apple-terminal-novel`<br>Code Snippet - Apple Terminal Novel<br><small>#code #developer #showcase #terminal #apple #apple-terminal</small> | Block | Apple Terminal Novel profile: warm parchment background with dark brown text, per-character typing animation of a shell session. | 适合命令行教程、安装过程、黑客/开发氛围、产品 CLI 演示。 | `hyperframes add code-snippet-apple-terminal-novel`<br>`<div data-composition-src=\"compositions/code-snippet-apple-terminal-novel.html\" data-duration=\"12\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
4846
4799
|
}
|
|
4847
4800
|
},
|
|
@@ -4885,7 +4838,7 @@
|
|
|
4885
4838
|
"width": 1920,
|
|
4886
4839
|
"height": 1080,
|
|
4887
4840
|
"aspect": "landscape_16_9",
|
|
4888
|
-
"durationSeconds": 12
|
|
4841
|
+
"durationSeconds": 12
|
|
4889
4842
|
},
|
|
4890
4843
|
"install": {
|
|
4891
4844
|
"command": "hyperframes add code-snippet-apple-terminal-ocean",
|
|
@@ -4949,7 +4902,6 @@
|
|
|
4949
4902
|
}
|
|
4950
4903
|
},
|
|
4951
4904
|
"source": {
|
|
4952
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
4953
4905
|
"sourceRow": "| `code-snippet-apple-terminal-ocean`<br>Code Snippet - Apple Terminal Ocean<br><small>#code #developer #showcase #terminal #apple #apple-terminal</small> | Block | Apple Terminal Ocean profile: deep blue background with white text, per-character typing animation of a shell session. | 适合命令行教程、安装过程、黑客/开发氛围、产品 CLI 演示。 | `hyperframes add code-snippet-apple-terminal-ocean`<br>`<div data-composition-src=\"compositions/code-snippet-apple-terminal-ocean.html\" data-duration=\"12\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
4954
4906
|
}
|
|
4955
4907
|
},
|
|
@@ -4993,7 +4945,7 @@
|
|
|
4993
4945
|
"width": 1920,
|
|
4994
4946
|
"height": 1080,
|
|
4995
4947
|
"aspect": "landscape_16_9",
|
|
4996
|
-
"durationSeconds": 12
|
|
4948
|
+
"durationSeconds": 12
|
|
4997
4949
|
},
|
|
4998
4950
|
"install": {
|
|
4999
4951
|
"command": "hyperframes add code-snippet-apple-terminal-pro",
|
|
@@ -5057,7 +5009,6 @@
|
|
|
5057
5009
|
}
|
|
5058
5010
|
},
|
|
5059
5011
|
"source": {
|
|
5060
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
5061
5012
|
"sourceRow": "| `code-snippet-apple-terminal-pro`<br>Code Snippet - Apple Terminal Pro<br><small>#code #developer #showcase #terminal #apple #apple-terminal</small> | Block | Apple Terminal Pro profile: black background with grey text and lime green cursor, per-character typing animation of a shell session. | 适合命令行教程、安装过程、黑客/开发氛围、产品 CLI 演示。 | `hyperframes add code-snippet-apple-terminal-pro`<br>`<div data-composition-src=\"compositions/code-snippet-apple-terminal-pro.html\" data-duration=\"12\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
5062
5013
|
}
|
|
5063
5014
|
},
|
|
@@ -5101,7 +5052,7 @@
|
|
|
5101
5052
|
"width": 1920,
|
|
5102
5053
|
"height": 1080,
|
|
5103
5054
|
"aspect": "landscape_16_9",
|
|
5104
|
-
"durationSeconds": 12
|
|
5055
|
+
"durationSeconds": 12
|
|
5105
5056
|
},
|
|
5106
5057
|
"install": {
|
|
5107
5058
|
"command": "hyperframes add code-snippet-apple-terminal-red-sands",
|
|
@@ -5165,7 +5116,6 @@
|
|
|
5165
5116
|
}
|
|
5166
5117
|
},
|
|
5167
5118
|
"source": {
|
|
5168
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
5169
5119
|
"sourceRow": "| `code-snippet-apple-terminal-red-sands`<br>Code Snippet - Apple Terminal Red Sands<br><small>#code #developer #showcase #terminal #apple #apple-terminal</small> | Block | Apple Terminal Red Sands profile: deep red background with sandy text, per-character typing animation of a shell session. | 适合命令行教程、安装过程、黑客/开发氛围、产品 CLI 演示。 | `hyperframes add code-snippet-apple-terminal-red-sands`<br>`<div data-composition-src=\"compositions/code-snippet-apple-terminal-red-sands.html\" data-duration=\"12\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
5170
5120
|
}
|
|
5171
5121
|
},
|
|
@@ -5210,7 +5160,7 @@
|
|
|
5210
5160
|
"width": 1920,
|
|
5211
5161
|
"height": 1080,
|
|
5212
5162
|
"aspect": "landscape_16_9",
|
|
5213
|
-
"durationSeconds": 12
|
|
5163
|
+
"durationSeconds": 12
|
|
5214
5164
|
},
|
|
5215
5165
|
"install": {
|
|
5216
5166
|
"command": "hyperframes add code-snippet-apple-terminal-silver-aerogel",
|
|
@@ -5274,7 +5224,6 @@
|
|
|
5274
5224
|
}
|
|
5275
5225
|
},
|
|
5276
5226
|
"source": {
|
|
5277
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
5278
5227
|
"sourceRow": "| `code-snippet-apple-terminal-silver-aerogel`<br>Code Snippet - Apple Terminal Silver Aerogel<br><small>#code #developer #showcase #terminal #apple #apple-terminal</small> | Block | Apple Terminal Silver Aerogel profile: dark grey background with white text, per-character typing animation of a shell session. | 适合命令行教程、安装过程、黑客/开发氛围、产品 CLI 演示。 | `hyperframes add code-snippet-apple-terminal-silver-aerogel`<br>`<div data-composition-src=\"compositions/code-snippet-apple-terminal-silver-aerogel.html\" data-duration=\"12\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
5279
5228
|
}
|
|
5280
5229
|
},
|
|
@@ -5318,7 +5267,7 @@
|
|
|
5318
5267
|
"width": 1920,
|
|
5319
5268
|
"height": 1080,
|
|
5320
5269
|
"aspect": "landscape_16_9",
|
|
5321
|
-
"durationSeconds": 12
|
|
5270
|
+
"durationSeconds": 12
|
|
5322
5271
|
},
|
|
5323
5272
|
"install": {
|
|
5324
5273
|
"command": "hyperframes add code-snippet-apple-terminal-solid-colors",
|
|
@@ -5382,7 +5331,6 @@
|
|
|
5382
5331
|
}
|
|
5383
5332
|
},
|
|
5384
5333
|
"source": {
|
|
5385
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
5386
5334
|
"sourceRow": "| `code-snippet-apple-terminal-solid-colors`<br>Code Snippet - Apple Terminal Solid Colors<br><small>#code #developer #showcase #terminal #apple #apple-terminal</small> | Block | Apple Terminal Solid Colors profile: deep purple background with white text, per-character typing animation of a shell session. | 适合命令行教程、安装过程、黑客/开发氛围、产品 CLI 演示。 | `hyperframes add code-snippet-apple-terminal-solid-colors`<br>`<div data-composition-src=\"compositions/code-snippet-apple-terminal-solid-colors.html\" data-duration=\"12\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
5387
5335
|
}
|
|
5388
5336
|
},
|
|
@@ -5424,7 +5372,7 @@
|
|
|
5424
5372
|
"width": 1920,
|
|
5425
5373
|
"height": 1080,
|
|
5426
5374
|
"aspect": "landscape_16_9",
|
|
5427
|
-
"durationSeconds": 11
|
|
5375
|
+
"durationSeconds": 11
|
|
5428
5376
|
},
|
|
5429
5377
|
"install": {
|
|
5430
5378
|
"command": "hyperframes add code-snippet-dark-2026",
|
|
@@ -5487,7 +5435,6 @@
|
|
|
5487
5435
|
}
|
|
5488
5436
|
},
|
|
5489
5437
|
"source": {
|
|
5490
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
5491
5438
|
"sourceRow": "| `code-snippet-dark-2026`<br>Code Snippet - Dark 2026<br><small>#code #developer #showcase #vscode</small> | Block | VS Code workbench with per-character typing animation in the Dark 2026 theme. Full editor chrome with activity bar, sidebar, tabs, terminal, and status bar. | 适合展示真实编辑器界面、代码教学、功能发布、开发工作流。 | `hyperframes add code-snippet-dark-2026`<br>`<div data-composition-src=\"compositions/code-snippet-dark-2026.html\" data-duration=\"11\" data-width=\"1920\" data-height=\"1080\"></div>` | 包含 1 个 asset |"
|
|
5492
5439
|
}
|
|
5493
5440
|
},
|
|
@@ -5529,7 +5476,7 @@
|
|
|
5529
5476
|
"width": 1920,
|
|
5530
5477
|
"height": 1080,
|
|
5531
5478
|
"aspect": "landscape_16_9",
|
|
5532
|
-
"durationSeconds": 11
|
|
5479
|
+
"durationSeconds": 11
|
|
5533
5480
|
},
|
|
5534
5481
|
"install": {
|
|
5535
5482
|
"command": "hyperframes add code-snippet-dark-modern",
|
|
@@ -5592,7 +5539,6 @@
|
|
|
5592
5539
|
}
|
|
5593
5540
|
},
|
|
5594
5541
|
"source": {
|
|
5595
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
5596
5542
|
"sourceRow": "| `code-snippet-dark-modern`<br>Code Snippet - Dark Modern<br><small>#code #developer #showcase #vscode</small> | Block | VS Code workbench with per-character typing animation in the Dark Modern theme. Full editor chrome with activity bar, sidebar, tabs, terminal, and status bar. | 适合展示真实编辑器界面、代码教学、功能发布、开发工作流。 | `hyperframes add code-snippet-dark-modern`<br>`<div data-composition-src=\"compositions/code-snippet-dark-modern.html\" data-duration=\"11\" data-width=\"1920\" data-height=\"1080\"></div>` | 包含 1 个 asset |"
|
|
5597
5543
|
}
|
|
5598
5544
|
},
|
|
@@ -5634,7 +5580,7 @@
|
|
|
5634
5580
|
"width": 1920,
|
|
5635
5581
|
"height": 1080,
|
|
5636
5582
|
"aspect": "landscape_16_9",
|
|
5637
|
-
"durationSeconds": 11
|
|
5583
|
+
"durationSeconds": 11
|
|
5638
5584
|
},
|
|
5639
5585
|
"install": {
|
|
5640
5586
|
"command": "hyperframes add code-snippet-dark-plus",
|
|
@@ -5697,7 +5643,6 @@
|
|
|
5697
5643
|
}
|
|
5698
5644
|
},
|
|
5699
5645
|
"source": {
|
|
5700
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
5701
5646
|
"sourceRow": "| `code-snippet-dark-plus`<br>Code Snippet - Dark+<br><small>#code #developer #showcase #vscode</small> | Block | VS Code workbench with per-character typing animation in the Dark+ theme. Full editor chrome with activity bar, sidebar, tabs, terminal, and status bar. | 适合展示真实编辑器界面、代码教学、功能发布、开发工作流。 | `hyperframes add code-snippet-dark-plus`<br>`<div data-composition-src=\"compositions/code-snippet-dark-plus.html\" data-duration=\"11\" data-width=\"1920\" data-height=\"1080\"></div>` | 包含 1 个 asset |"
|
|
5702
5647
|
}
|
|
5703
5648
|
},
|
|
@@ -5739,7 +5684,7 @@
|
|
|
5739
5684
|
"width": 1920,
|
|
5740
5685
|
"height": 1080,
|
|
5741
5686
|
"aspect": "landscape_16_9",
|
|
5742
|
-
"durationSeconds": 6
|
|
5687
|
+
"durationSeconds": 6
|
|
5743
5688
|
},
|
|
5744
5689
|
"install": {
|
|
5745
5690
|
"command": "hyperframes add code-snippet-flight",
|
|
@@ -5800,7 +5745,6 @@
|
|
|
5800
5745
|
}
|
|
5801
5746
|
},
|
|
5802
5747
|
"source": {
|
|
5803
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
5804
5748
|
"sourceRow": "| `code-snippet-flight`<br>Code Snippet Flight<br><small>#code #code-animation #flight #developer</small> | Block | Discrete code snippets fly in from the side and assemble into a stacked program, staggered. Block-level FLIP. | 适合把代码变化、重点行、diff、滚动、粒子/3D 编译感做成叙事镜头。 | `hyperframes add code-snippet-flight`<br>`<div data-composition-src=\"compositions/code-snippet-flight.html\" data-duration=\"6\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
5805
5749
|
}
|
|
5806
5750
|
},
|
|
@@ -5840,7 +5784,7 @@
|
|
|
5840
5784
|
"width": 1920,
|
|
5841
5785
|
"height": 1080,
|
|
5842
5786
|
"aspect": "landscape_16_9",
|
|
5843
|
-
"durationSeconds": 11
|
|
5787
|
+
"durationSeconds": 11
|
|
5844
5788
|
},
|
|
5845
5789
|
"install": {
|
|
5846
5790
|
"command": "hyperframes add code-snippet-high-contrast",
|
|
@@ -5903,7 +5847,6 @@
|
|
|
5903
5847
|
}
|
|
5904
5848
|
},
|
|
5905
5849
|
"source": {
|
|
5906
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
5907
5850
|
"sourceRow": "| `code-snippet-high-contrast`<br>Code Snippet - High Contrast<br><small>#code #developer #showcase #vscode</small> | Block | VS Code workbench with per-character typing animation in the High Contrast theme. Full editor chrome with activity bar, sidebar, tabs, terminal, and status bar. | 适合展示真实编辑器界面、代码教学、功能发布、开发工作流。 | `hyperframes add code-snippet-high-contrast`<br>`<div data-composition-src=\"compositions/code-snippet-high-contrast.html\" data-duration=\"11\" data-width=\"1920\" data-height=\"1080\"></div>` | 包含 1 个 asset |"
|
|
5908
5851
|
}
|
|
5909
5852
|
},
|
|
@@ -5945,7 +5888,7 @@
|
|
|
5945
5888
|
"width": 1920,
|
|
5946
5889
|
"height": 1080,
|
|
5947
5890
|
"aspect": "landscape_16_9",
|
|
5948
|
-
"durationSeconds": 11
|
|
5891
|
+
"durationSeconds": 11
|
|
5949
5892
|
},
|
|
5950
5893
|
"install": {
|
|
5951
5894
|
"command": "hyperframes add code-snippet-high-contrast-light",
|
|
@@ -6008,7 +5951,6 @@
|
|
|
6008
5951
|
}
|
|
6009
5952
|
},
|
|
6010
5953
|
"source": {
|
|
6011
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
6012
5954
|
"sourceRow": "| `code-snippet-high-contrast-light`<br>Code Snippet - High Contrast Light<br><small>#code #developer #showcase #vscode</small> | Block | VS Code workbench with per-character typing animation in the High Contrast Light theme. Full editor chrome with activity bar, sidebar, tabs, terminal, and status bar. | 适合展示真实编辑器界面、代码教学、功能发布、开发工作流。 | `hyperframes add code-snippet-high-contrast-light`<br>`<div data-composition-src=\"compositions/code-snippet-high-contrast-light.html\" data-duration=\"11\" data-width=\"1920\" data-height=\"1080\"></div>` | 包含 1 个 asset |"
|
|
6013
5955
|
}
|
|
6014
5956
|
},
|
|
@@ -6050,7 +5992,7 @@
|
|
|
6050
5992
|
"width": 1920,
|
|
6051
5993
|
"height": 1080,
|
|
6052
5994
|
"aspect": "landscape_16_9",
|
|
6053
|
-
"durationSeconds": 11
|
|
5995
|
+
"durationSeconds": 11
|
|
6054
5996
|
},
|
|
6055
5997
|
"install": {
|
|
6056
5998
|
"command": "hyperframes add code-snippet-light-2026",
|
|
@@ -6113,7 +6055,6 @@
|
|
|
6113
6055
|
}
|
|
6114
6056
|
},
|
|
6115
6057
|
"source": {
|
|
6116
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
6117
6058
|
"sourceRow": "| `code-snippet-light-2026`<br>Code Snippet - Light 2026<br><small>#code #developer #showcase #vscode</small> | Block | VS Code workbench with per-character typing animation in the Light 2026 theme. Full editor chrome with activity bar, sidebar, tabs, terminal, and status bar. | 适合展示真实编辑器界面、代码教学、功能发布、开发工作流。 | `hyperframes add code-snippet-light-2026`<br>`<div data-composition-src=\"compositions/code-snippet-light-2026.html\" data-duration=\"11\" data-width=\"1920\" data-height=\"1080\"></div>` | 包含 1 个 asset |"
|
|
6118
6059
|
}
|
|
6119
6060
|
},
|
|
@@ -6155,7 +6096,7 @@
|
|
|
6155
6096
|
"width": 1920,
|
|
6156
6097
|
"height": 1080,
|
|
6157
6098
|
"aspect": "landscape_16_9",
|
|
6158
|
-
"durationSeconds": 11
|
|
6099
|
+
"durationSeconds": 11
|
|
6159
6100
|
},
|
|
6160
6101
|
"install": {
|
|
6161
6102
|
"command": "hyperframes add code-snippet-light-modern",
|
|
@@ -6218,7 +6159,6 @@
|
|
|
6218
6159
|
}
|
|
6219
6160
|
},
|
|
6220
6161
|
"source": {
|
|
6221
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
6222
6162
|
"sourceRow": "| `code-snippet-light-modern`<br>Code Snippet - Light Modern<br><small>#code #developer #showcase #vscode</small> | Block | VS Code workbench with per-character typing animation in the Light Modern theme. Full editor chrome with activity bar, sidebar, tabs, terminal, and status bar. | 适合展示真实编辑器界面、代码教学、功能发布、开发工作流。 | `hyperframes add code-snippet-light-modern`<br>`<div data-composition-src=\"compositions/code-snippet-light-modern.html\" data-duration=\"11\" data-width=\"1920\" data-height=\"1080\"></div>` | 包含 1 个 asset |"
|
|
6223
6163
|
}
|
|
6224
6164
|
},
|
|
@@ -6260,7 +6200,7 @@
|
|
|
6260
6200
|
"width": 1920,
|
|
6261
6201
|
"height": 1080,
|
|
6262
6202
|
"aspect": "landscape_16_9",
|
|
6263
|
-
"durationSeconds": 11
|
|
6203
|
+
"durationSeconds": 11
|
|
6264
6204
|
},
|
|
6265
6205
|
"install": {
|
|
6266
6206
|
"command": "hyperframes add code-snippet-light-plus",
|
|
@@ -6323,7 +6263,6 @@
|
|
|
6323
6263
|
}
|
|
6324
6264
|
},
|
|
6325
6265
|
"source": {
|
|
6326
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
6327
6266
|
"sourceRow": "| `code-snippet-light-plus`<br>Code Snippet - Light+<br><small>#code #developer #showcase #vscode</small> | Block | VS Code workbench with per-character typing animation in the Light+ theme. Full editor chrome with activity bar, sidebar, tabs, terminal, and status bar. | 适合展示真实编辑器界面、代码教学、功能发布、开发工作流。 | `hyperframes add code-snippet-light-plus`<br>`<div data-composition-src=\"compositions/code-snippet-light-plus.html\" data-duration=\"11\" data-width=\"1920\" data-height=\"1080\"></div>` | 包含 1 个 asset |"
|
|
6328
6267
|
}
|
|
6329
6268
|
},
|
|
@@ -6363,7 +6302,7 @@
|
|
|
6363
6302
|
"width": 1920,
|
|
6364
6303
|
"height": 1080,
|
|
6365
6304
|
"aspect": "landscape_16_9",
|
|
6366
|
-
"durationSeconds": 11
|
|
6305
|
+
"durationSeconds": 11
|
|
6367
6306
|
},
|
|
6368
6307
|
"install": {
|
|
6369
6308
|
"command": "hyperframes add code-snippet-monokai",
|
|
@@ -6426,7 +6365,6 @@
|
|
|
6426
6365
|
}
|
|
6427
6366
|
},
|
|
6428
6367
|
"source": {
|
|
6429
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
6430
6368
|
"sourceRow": "| `code-snippet-monokai`<br>Code Snippet - Monokai<br><small>#code #developer #showcase #vscode</small> | Block | VS Code workbench with per-character typing animation in the Monokai theme. Full editor chrome with activity bar, sidebar, tabs, terminal, and status bar. | 适合展示真实编辑器界面、代码教学、功能发布、开发工作流。 | `hyperframes add code-snippet-monokai`<br>`<div data-composition-src=\"compositions/code-snippet-monokai.html\" data-duration=\"11\" data-width=\"1920\" data-height=\"1080\"></div>` | 包含 1 个 asset |"
|
|
6431
6369
|
}
|
|
6432
6370
|
},
|
|
@@ -6468,7 +6406,7 @@
|
|
|
6468
6406
|
"width": 1920,
|
|
6469
6407
|
"height": 1080,
|
|
6470
6408
|
"aspect": "landscape_16_9",
|
|
6471
|
-
"durationSeconds": 11
|
|
6409
|
+
"durationSeconds": 11
|
|
6472
6410
|
},
|
|
6473
6411
|
"install": {
|
|
6474
6412
|
"command": "hyperframes add code-snippet-solarized-light",
|
|
@@ -6531,7 +6469,6 @@
|
|
|
6531
6469
|
}
|
|
6532
6470
|
},
|
|
6533
6471
|
"source": {
|
|
6534
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
6535
6472
|
"sourceRow": "| `code-snippet-solarized-light`<br>Code Snippet - Solarized Light<br><small>#code #developer #showcase #vscode</small> | Block | VS Code workbench with per-character typing animation in the Solarized Light theme. Full editor chrome with activity bar, sidebar, tabs, terminal, and status bar. | 适合展示真实编辑器界面、代码教学、功能发布、开发工作流。 | `hyperframes add code-snippet-solarized-light`<br>`<div data-composition-src=\"compositions/code-snippet-solarized-light.html\" data-duration=\"11\" data-width=\"1920\" data-height=\"1080\"></div>` | 包含 1 个 asset |"
|
|
6536
6473
|
}
|
|
6537
6474
|
},
|
|
@@ -6573,7 +6510,7 @@
|
|
|
6573
6510
|
"width": 1920,
|
|
6574
6511
|
"height": 1080,
|
|
6575
6512
|
"aspect": "landscape_16_9",
|
|
6576
|
-
"durationSeconds": 11
|
|
6513
|
+
"durationSeconds": 11
|
|
6577
6514
|
},
|
|
6578
6515
|
"install": {
|
|
6579
6516
|
"command": "hyperframes add code-snippet-visual-studio-dark",
|
|
@@ -6636,7 +6573,6 @@
|
|
|
6636
6573
|
}
|
|
6637
6574
|
},
|
|
6638
6575
|
"source": {
|
|
6639
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
6640
6576
|
"sourceRow": "| `code-snippet-visual-studio-dark`<br>Code Snippet - Visual Studio Dark<br><small>#code #developer #showcase #vscode</small> | Block | VS Code workbench with per-character typing animation in the Visual Studio Dark theme. Full editor chrome with activity bar, sidebar, tabs, terminal, and status bar. | 适合展示真实编辑器界面、代码教学、功能发布、开发工作流。 | `hyperframes add code-snippet-visual-studio-dark`<br>`<div data-composition-src=\"compositions/code-snippet-visual-studio-dark.html\" data-duration=\"11\" data-width=\"1920\" data-height=\"1080\"></div>` | 包含 1 个 asset |"
|
|
6641
6577
|
}
|
|
6642
6578
|
},
|
|
@@ -6678,7 +6614,7 @@
|
|
|
6678
6614
|
"width": 1920,
|
|
6679
6615
|
"height": 1080,
|
|
6680
6616
|
"aspect": "landscape_16_9",
|
|
6681
|
-
"durationSeconds": 11
|
|
6617
|
+
"durationSeconds": 11
|
|
6682
6618
|
},
|
|
6683
6619
|
"install": {
|
|
6684
6620
|
"command": "hyperframes add code-snippet-visual-studio-light",
|
|
@@ -6741,7 +6677,6 @@
|
|
|
6741
6677
|
}
|
|
6742
6678
|
},
|
|
6743
6679
|
"source": {
|
|
6744
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
6745
6680
|
"sourceRow": "| `code-snippet-visual-studio-light`<br>Code Snippet - Visual Studio Light<br><small>#code #developer #showcase #vscode</small> | Block | VS Code workbench with per-character typing animation in the Visual Studio Light theme. Full editor chrome with activity bar, sidebar, tabs, terminal, and status bar. | 适合展示真实编辑器界面、代码教学、功能发布、开发工作流。 | `hyperframes add code-snippet-visual-studio-light`<br>`<div data-composition-src=\"compositions/code-snippet-visual-studio-light.html\" data-duration=\"11\" data-width=\"1920\" data-height=\"1080\"></div>` | 包含 1 个 asset |"
|
|
6746
6681
|
}
|
|
6747
6682
|
},
|
|
@@ -6782,7 +6717,7 @@
|
|
|
6782
6717
|
"width": 1920,
|
|
6783
6718
|
"height": 1080,
|
|
6784
6719
|
"aspect": "landscape_16_9",
|
|
6785
|
-
"durationSeconds": 5
|
|
6720
|
+
"durationSeconds": 5
|
|
6786
6721
|
},
|
|
6787
6722
|
"install": {
|
|
6788
6723
|
"command": "hyperframes add code-typing",
|
|
@@ -6843,7 +6778,6 @@
|
|
|
6843
6778
|
}
|
|
6844
6779
|
},
|
|
6845
6780
|
"source": {
|
|
6846
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
6847
6781
|
"sourceRow": "| `code-typing`<br>Code Typing<br><small>#code #code-animation #typing #developer</small> | Block | Token-streamed typing reveal with a caret that tracks the frontier — deterministic, no CSS animation. | 适合把代码变化、重点行、diff、滚动、粒子/3D 编译感做成叙事镜头。 | `hyperframes add code-typing`<br>`<div data-composition-src=\"compositions/code-typing.html\" data-duration=\"5\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
6848
6782
|
}
|
|
6849
6783
|
},
|
|
@@ -6940,7 +6874,6 @@
|
|
|
6940
6874
|
"formatMatches": {}
|
|
6941
6875
|
},
|
|
6942
6876
|
"source": {
|
|
6943
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
6944
6877
|
"sourceRow": "| `caption-blend-difference`<br>Blend Difference<br><small>#text #text-effect #effect #blend-mode #contrast #inversion</small> | Component | Auto-inverting text using mix-blend-mode: difference — flips between white and black per-pixel against the background | 适合短视频口播、TikTok/YouTube Shorts/Reels、关键词强调、歌词/逐词 karaoke。 | `hyperframes add caption-blend-difference`<br>`<!-- paste from compositions/components/caption-blend-difference.html into your composition -->` | - |"
|
|
6945
6878
|
}
|
|
6946
6879
|
},
|
|
@@ -7039,7 +6972,6 @@
|
|
|
7039
6972
|
"formatMatches": {}
|
|
7040
6973
|
},
|
|
7041
6974
|
"source": {
|
|
7042
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
7043
6975
|
"sourceRow": "| `caption-clip-wipe`<br>Clip Wipe<br><small>#captions #caption-style #wipe #clip-path #reveal</small> | Component | Left-to-right clip-path wipe reveal per word | 适合短视频口播、TikTok/YouTube Shorts/Reels、关键词强调、歌词/逐词 karaoke。 | `hyperframes add caption-clip-wipe`<br>`<!-- paste from compositions/components/caption-clip-wipe.html into your composition -->` | 有预览视频 |"
|
|
7044
6976
|
}
|
|
7045
6977
|
},
|
|
@@ -7136,7 +7068,6 @@
|
|
|
7136
7068
|
"formatMatches": {}
|
|
7137
7069
|
},
|
|
7138
7070
|
"source": {
|
|
7139
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
7140
7071
|
"sourceRow": "| `caption-editorial-emphasis`<br>Editorial Emphasis<br><small>#captions #caption-style #editorial #typography #emphasis</small> | Component | Dual-font system with dramatic size contrast for emphasis words | 适合短视频口播、TikTok/YouTube Shorts/Reels、关键词强调、歌词/逐词 karaoke。 | `hyperframes add caption-editorial-emphasis`<br>`<!-- paste from compositions/components/caption-editorial-emphasis.html into your composition -->` | 有预览视频 |"
|
|
7141
7072
|
}
|
|
7142
7073
|
},
|
|
@@ -7236,7 +7167,6 @@
|
|
|
7236
7167
|
"formatMatches": {}
|
|
7237
7168
|
},
|
|
7238
7169
|
"source": {
|
|
7239
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
7240
7170
|
"sourceRow": "| `caption-glitch-rgb`<br>Glitch RGB<br><small>#captions #caption-style #glitch #cyber #tech</small> | Component | RGB chromatic aberration with CRT scanline overlay | 适合短视频口播、TikTok/YouTube Shorts/Reels、关键词强调、歌词/逐词 karaoke。 | `hyperframes add caption-glitch-rgb`<br>`<!-- paste from compositions/components/caption-glitch-rgb.html into your composition -->` | 有预览视频 |"
|
|
7241
7171
|
}
|
|
7242
7172
|
},
|
|
@@ -7332,7 +7262,6 @@
|
|
|
7332
7262
|
"formatMatches": {}
|
|
7333
7263
|
},
|
|
7334
7264
|
"source": {
|
|
7335
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
7336
7265
|
"sourceRow": "| `caption-gradient-fill`<br>Gradient Fill<br><small>#captions #caption-style #gradient #colorful</small> | Component | Gradient-clipped text with elastic bounce entrance | 适合短视频口播、TikTok/YouTube Shorts/Reels、关键词强调、歌词/逐词 karaoke。 | `hyperframes add caption-gradient-fill`<br>`<!-- paste from compositions/components/caption-gradient-fill.html into your composition -->` | 有预览视频 |"
|
|
7337
7266
|
}
|
|
7338
7267
|
},
|
|
@@ -7429,7 +7358,6 @@
|
|
|
7429
7358
|
"formatMatches": {}
|
|
7430
7359
|
},
|
|
7431
7360
|
"source": {
|
|
7432
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
7433
7361
|
"sourceRow": "| `caption-kinetic-slam`<br>Kinetic Slam<br><small>#captions #caption-style #kinetic #typography #slam</small> | Component | Full-screen single-word display with alternating entrance directions | 适合短视频口播、TikTok/YouTube Shorts/Reels、关键词强调、歌词/逐词 karaoke。 | `hyperframes add caption-kinetic-slam`<br>`<!-- paste from compositions/components/caption-kinetic-slam.html into your composition -->` | 有预览视频 |"
|
|
7434
7362
|
}
|
|
7435
7363
|
},
|
|
@@ -7532,7 +7460,6 @@
|
|
|
7532
7460
|
"formatMatches": {}
|
|
7533
7461
|
},
|
|
7534
7462
|
"source": {
|
|
7535
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
7536
7463
|
"sourceRow": "| `caption-matrix-decode`<br>Matrix Decode<br><small>#captions #caption-style #matrix #scramble #decode</small> | Component | Character scramble animation before text reveal | 适合短视频口播、TikTok/YouTube Shorts/Reels、关键词强调、歌词/逐词 karaoke。 | `hyperframes add caption-matrix-decode`<br>`<!-- paste from compositions/components/caption-matrix-decode.html into your composition -->` | 有预览视频 |"
|
|
7537
7464
|
}
|
|
7538
7465
|
},
|
|
@@ -7627,7 +7554,6 @@
|
|
|
7627
7554
|
"formatMatches": {}
|
|
7628
7555
|
},
|
|
7629
7556
|
"source": {
|
|
7630
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
7631
7557
|
"sourceRow": "| `caption-neon-accent`<br>Neon Accent<br><small>#captions #caption-style #neon #glow #accent</small> | Component | Multi-color neon glow accents with wiggle drift animation | 适合短视频口播、TikTok/YouTube Shorts/Reels、关键词强调、歌词/逐词 karaoke。 | `hyperframes add caption-neon-accent`<br>`<!-- paste from compositions/components/caption-neon-accent.html into your composition -->` | 有预览视频 |"
|
|
7632
7558
|
}
|
|
7633
7559
|
},
|
|
@@ -7722,7 +7648,6 @@
|
|
|
7722
7648
|
"formatMatches": {}
|
|
7723
7649
|
},
|
|
7724
7650
|
"source": {
|
|
7725
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
7726
7651
|
"sourceRow": "| `caption-neon-glow`<br>Neon Glow<br><small>#captions #caption-style #neon #glow #gaming</small> | Component | Cyan and magenta neon glow with keyword accent colors | 适合短视频口播、TikTok/YouTube Shorts/Reels、关键词强调、歌词/逐词 karaoke。 | `hyperframes add caption-neon-glow`<br>`<!-- paste from compositions/components/caption-neon-glow.html into your composition -->` | 有预览视频 |"
|
|
7727
7652
|
}
|
|
7728
7653
|
},
|
|
@@ -7820,7 +7745,6 @@
|
|
|
7820
7745
|
"formatMatches": {}
|
|
7821
7746
|
},
|
|
7822
7747
|
"source": {
|
|
7823
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
7824
7748
|
"sourceRow": "| `caption-parallax-layers`<br>Parallax Layers<br><small>#captions #caption-style #parallax #3d #depth</small> | Component | Behind-subject 3D text layering with vertical stretch effect | 适合短视频口播、TikTok/YouTube Shorts/Reels、关键词强调、歌词/逐词 karaoke。 | `hyperframes add caption-parallax-layers`<br>`<!-- paste from compositions/components/caption-parallax-layers.html into your composition -->` | 有预览视频 |"
|
|
7825
7749
|
}
|
|
7826
7750
|
},
|
|
@@ -7917,7 +7841,6 @@
|
|
|
7917
7841
|
"formatMatches": {}
|
|
7918
7842
|
},
|
|
7919
7843
|
"source": {
|
|
7920
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
7921
7844
|
"sourceRow": "| `caption-particle-burst`<br>Particle Burst<br><small>#captions #caption-style #particles #burst #effects</small> | Component | Keyword words trigger colored particle explosions | 适合短视频口播、TikTok/YouTube Shorts/Reels、关键词强调、歌词/逐词 karaoke。 | `hyperframes add caption-particle-burst`<br>`<!-- paste from compositions/components/caption-particle-burst.html into your composition -->` | 有预览视频 |"
|
|
7922
7845
|
}
|
|
7923
7846
|
},
|
|
@@ -8012,7 +7935,6 @@
|
|
|
8012
7935
|
"formatMatches": {}
|
|
8013
7936
|
},
|
|
8014
7937
|
"source": {
|
|
8015
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
8016
7938
|
"sourceRow": "| `caption-pill-karaoke`<br>Pill Karaoke<br><small>#captions #caption-style #karaoke #pill</small> | Component | Pill-shaped container with per-word karaoke color highlight | 适合短视频口播、TikTok/YouTube Shorts/Reels、关键词强调、歌词/逐词 karaoke。 | `hyperframes add caption-pill-karaoke`<br>`<!-- paste from compositions/components/caption-pill-karaoke.html into your composition -->` | 有预览视频 |"
|
|
8017
7939
|
}
|
|
8018
7940
|
},
|
|
@@ -8106,7 +8028,6 @@
|
|
|
8106
8028
|
"formatMatches": {}
|
|
8107
8029
|
},
|
|
8108
8030
|
"source": {
|
|
8109
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
8110
8031
|
"sourceRow": "| `caption-texture`<br>Texture<br><small>#captions #caption-style #texture #mask</small> | Component | Flowing texture mask over large uppercase text — ships with 6 textures (lava, marble, metal, wood, concrete, rock), configurable via the texture variable | 适合短视频口播、TikTok/YouTube Shorts/Reels、关键词强调、歌词/逐词 karaoke。 | `hyperframes add caption-texture`<br>`<!-- paste from compositions/components/caption-texture.html into your composition -->` | 包含 6 个 asset; 有预览视频 |"
|
|
8111
8032
|
}
|
|
8112
8033
|
},
|
|
@@ -8204,7 +8125,6 @@
|
|
|
8204
8125
|
"formatMatches": {}
|
|
8205
8126
|
},
|
|
8206
8127
|
"source": {
|
|
8207
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
8208
8128
|
"sourceRow": "| `caption-weight-shift`<br>Weight Shift<br><small>#captions #caption-style #minimal #typography</small> | Component | Elegant font-weight transition between caption lines | 适合短视频口播、TikTok/YouTube Shorts/Reels、关键词强调、歌词/逐词 karaoke。 | `hyperframes add caption-weight-shift`<br>`<!-- paste from compositions/components/caption-weight-shift.html into your composition -->` | 有预览视频 |"
|
|
8209
8129
|
}
|
|
8210
8130
|
},
|
|
@@ -8243,7 +8163,7 @@
|
|
|
8243
8163
|
"width": 1920,
|
|
8244
8164
|
"height": 1080,
|
|
8245
8165
|
"aspect": "landscape_16_9",
|
|
8246
|
-
"durationSeconds": 4
|
|
8166
|
+
"durationSeconds": 4
|
|
8247
8167
|
},
|
|
8248
8168
|
"install": {
|
|
8249
8169
|
"command": "hyperframes add chromatic-radial-split",
|
|
@@ -8292,7 +8212,6 @@
|
|
|
8292
8212
|
}
|
|
8293
8213
|
},
|
|
8294
8214
|
"source": {
|
|
8295
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
8296
8215
|
"sourceRow": "| `chromatic-radial-split`<br>Chromatic Radial Split<br><small>#transition #shader</small> | Block | Shader transition with chromatic aberration radial split | 适合高质感 scene-to-scene 转场,尤其科技、电影感、游戏感内容。 | `hyperframes add chromatic-radial-split`<br>`<div data-composition-src=\"compositions/chromatic-radial-split.html\" data-duration=\"4\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
8297
8216
|
}
|
|
8298
8217
|
},
|
|
@@ -8333,7 +8252,7 @@
|
|
|
8333
8252
|
"width": 1920,
|
|
8334
8253
|
"height": 1080,
|
|
8335
8254
|
"aspect": "landscape_16_9",
|
|
8336
|
-
"durationSeconds": 4
|
|
8255
|
+
"durationSeconds": 4
|
|
8337
8256
|
},
|
|
8338
8257
|
"install": {
|
|
8339
8258
|
"command": "hyperframes add cinematic-zoom",
|
|
@@ -8382,7 +8301,6 @@
|
|
|
8382
8301
|
}
|
|
8383
8302
|
},
|
|
8384
8303
|
"source": {
|
|
8385
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
8386
8304
|
"sourceRow": "| `cinematic-zoom`<br>Cinematic Zoom<br><small>#transition #shader</small> | Block | Shader transition with dramatic zoom blur | 适合高质感 scene-to-scene 转场,尤其科技、电影感、游戏感内容。 | `hyperframes add cinematic-zoom`<br>`<div data-composition-src=\"compositions/cinematic-zoom.html\" data-duration=\"4\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
8387
8305
|
}
|
|
8388
8306
|
},
|
|
@@ -8422,7 +8340,7 @@
|
|
|
8422
8340
|
"width": 1920,
|
|
8423
8341
|
"height": 1080,
|
|
8424
8342
|
"aspect": "landscape_16_9",
|
|
8425
|
-
"durationSeconds": 4
|
|
8343
|
+
"durationSeconds": 4
|
|
8426
8344
|
},
|
|
8427
8345
|
"install": {
|
|
8428
8346
|
"command": "hyperframes add cross-warp-morph",
|
|
@@ -8471,7 +8389,6 @@
|
|
|
8471
8389
|
}
|
|
8472
8390
|
},
|
|
8473
8391
|
"source": {
|
|
8474
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
8475
8392
|
"sourceRow": "| `cross-warp-morph`<br>Cross Warp Morph<br><small>#transition #shader</small> | Block | Shader transition with cross-warped morphing | 适合高质感 scene-to-scene 转场,尤其科技、电影感、游戏感内容。 | `hyperframes add cross-warp-morph`<br>`<div data-composition-src=\"compositions/cross-warp-morph.html\" data-duration=\"4\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
8476
8393
|
}
|
|
8477
8394
|
},
|
|
@@ -8510,7 +8427,7 @@
|
|
|
8510
8427
|
"width": 1920,
|
|
8511
8428
|
"height": 1080,
|
|
8512
8429
|
"aspect": "landscape_16_9",
|
|
8513
|
-
"durationSeconds": 4
|
|
8430
|
+
"durationSeconds": 4
|
|
8514
8431
|
},
|
|
8515
8432
|
"install": {
|
|
8516
8433
|
"command": "hyperframes add domain-warp-dissolve",
|
|
@@ -8559,7 +8476,6 @@
|
|
|
8559
8476
|
}
|
|
8560
8477
|
},
|
|
8561
8478
|
"source": {
|
|
8562
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
8563
8479
|
"sourceRow": "| `domain-warp-dissolve`<br>Domain Warp Dissolve<br><small>#transition #shader</small> | Block | Shader transition with fractal noise domain warping | 适合高质感 scene-to-scene 转场,尤其科技、电影感、游戏感内容。 | `hyperframes add domain-warp-dissolve`<br>`<div data-composition-src=\"compositions/domain-warp-dissolve.html\" data-duration=\"4\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
8564
8480
|
}
|
|
8565
8481
|
},
|
|
@@ -8598,7 +8514,7 @@
|
|
|
8598
8514
|
"width": 1920,
|
|
8599
8515
|
"height": 1080,
|
|
8600
8516
|
"aspect": "landscape_16_9",
|
|
8601
|
-
"durationSeconds": 4
|
|
8517
|
+
"durationSeconds": 4
|
|
8602
8518
|
},
|
|
8603
8519
|
"install": {
|
|
8604
8520
|
"command": "hyperframes add flash-through-white",
|
|
@@ -8647,7 +8563,6 @@
|
|
|
8647
8563
|
}
|
|
8648
8564
|
},
|
|
8649
8565
|
"source": {
|
|
8650
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
8651
8566
|
"sourceRow": "| `flash-through-white`<br>Flash Through White<br><small>#transition #shader</small> | Block | Shader transition with white flash crossfade | 适合高质感 scene-to-scene 转场,尤其科技、电影感、游戏感内容。 | `hyperframes add flash-through-white`<br>`<div data-composition-src=\"compositions/flash-through-white.html\" data-duration=\"4\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
8652
8567
|
}
|
|
8653
8568
|
},
|
|
@@ -8688,7 +8603,7 @@
|
|
|
8688
8603
|
"width": 1920,
|
|
8689
8604
|
"height": 1080,
|
|
8690
8605
|
"aspect": "landscape_16_9",
|
|
8691
|
-
"durationSeconds": 4
|
|
8606
|
+
"durationSeconds": 4
|
|
8692
8607
|
},
|
|
8693
8608
|
"install": {
|
|
8694
8609
|
"command": "hyperframes add glitch",
|
|
@@ -8737,7 +8652,6 @@
|
|
|
8737
8652
|
}
|
|
8738
8653
|
},
|
|
8739
8654
|
"source": {
|
|
8740
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
8741
8655
|
"sourceRow": "| `glitch`<br>Glitch<br><small>#transition #shader</small> | Block | Shader transition with digital glitch artifacts | 适合高质感 scene-to-scene 转场,尤其科技、电影感、游戏感内容。 | `hyperframes add glitch`<br>`<div data-composition-src=\"compositions/glitch.html\" data-duration=\"4\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
8742
8656
|
}
|
|
8743
8657
|
},
|
|
@@ -8776,7 +8690,7 @@
|
|
|
8776
8690
|
"width": 1920,
|
|
8777
8691
|
"height": 1080,
|
|
8778
8692
|
"aspect": "landscape_16_9",
|
|
8779
|
-
"durationSeconds": 4
|
|
8693
|
+
"durationSeconds": 4
|
|
8780
8694
|
},
|
|
8781
8695
|
"install": {
|
|
8782
8696
|
"command": "hyperframes add gravitational-lens",
|
|
@@ -8825,7 +8739,6 @@
|
|
|
8825
8739
|
}
|
|
8826
8740
|
},
|
|
8827
8741
|
"source": {
|
|
8828
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
8829
8742
|
"sourceRow": "| `gravitational-lens`<br>Gravitational Lens<br><small>#transition #shader</small> | Block | Shader transition with gravitational lensing distortion | 适合高质感 scene-to-scene 转场,尤其科技、电影感、游戏感内容。 | `hyperframes add gravitational-lens`<br>`<div data-composition-src=\"compositions/gravitational-lens.html\" data-duration=\"4\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
8830
8743
|
}
|
|
8831
8744
|
},
|
|
@@ -8865,7 +8778,7 @@
|
|
|
8865
8778
|
"width": 1920,
|
|
8866
8779
|
"height": 1080,
|
|
8867
8780
|
"aspect": "landscape_16_9",
|
|
8868
|
-
"durationSeconds": 4
|
|
8781
|
+
"durationSeconds": 4
|
|
8869
8782
|
},
|
|
8870
8783
|
"install": {
|
|
8871
8784
|
"command": "hyperframes add light-leak",
|
|
@@ -8914,7 +8827,6 @@
|
|
|
8914
8827
|
}
|
|
8915
8828
|
},
|
|
8916
8829
|
"source": {
|
|
8917
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
8918
8830
|
"sourceRow": "| `light-leak`<br>Light Leak<br><small>#transition #shader</small> | Block | Shader transition with cinematic light leak overlay | 适合高质感 scene-to-scene 转场,尤其科技、电影感、游戏感内容。 | `hyperframes add light-leak`<br>`<div data-composition-src=\"compositions/light-leak.html\" data-duration=\"4\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
8919
8831
|
}
|
|
8920
8832
|
},
|
|
@@ -8953,7 +8865,7 @@
|
|
|
8953
8865
|
"width": 1920,
|
|
8954
8866
|
"height": 1080,
|
|
8955
8867
|
"aspect": "landscape_16_9",
|
|
8956
|
-
"durationSeconds": 4
|
|
8868
|
+
"durationSeconds": 4
|
|
8957
8869
|
},
|
|
8958
8870
|
"install": {
|
|
8959
8871
|
"command": "hyperframes add ridged-burn",
|
|
@@ -9002,7 +8914,6 @@
|
|
|
9002
8914
|
}
|
|
9003
8915
|
},
|
|
9004
8916
|
"source": {
|
|
9005
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
9006
8917
|
"sourceRow": "| `ridged-burn`<br>Ridged Burn<br><small>#transition #shader</small> | Block | Shader transition with ridged turbulence burn effect | 适合高质感 scene-to-scene 转场,尤其科技、电影感、游戏感内容。 | `hyperframes add ridged-burn`<br>`<div data-composition-src=\"compositions/ridged-burn.html\" data-duration=\"4\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
9007
8918
|
}
|
|
9008
8919
|
},
|
|
@@ -9041,7 +8952,7 @@
|
|
|
9041
8952
|
"width": 1920,
|
|
9042
8953
|
"height": 1080,
|
|
9043
8954
|
"aspect": "landscape_16_9",
|
|
9044
|
-
"durationSeconds": 4
|
|
8955
|
+
"durationSeconds": 4
|
|
9045
8956
|
},
|
|
9046
8957
|
"install": {
|
|
9047
8958
|
"command": "hyperframes add ripple-waves",
|
|
@@ -9090,7 +9001,6 @@
|
|
|
9090
9001
|
}
|
|
9091
9002
|
},
|
|
9092
9003
|
"source": {
|
|
9093
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
9094
9004
|
"sourceRow": "| `ripple-waves`<br>Ripple Waves<br><small>#transition #shader</small> | Block | Shader transition with concentric ripple wave distortion | 适合高质感 scene-to-scene 转场,尤其科技、电影感、游戏感内容。 | `hyperframes add ripple-waves`<br>`<div data-composition-src=\"compositions/ripple-waves.html\" data-duration=\"4\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
9095
9005
|
}
|
|
9096
9006
|
},
|
|
@@ -9130,7 +9040,7 @@
|
|
|
9130
9040
|
"width": 1920,
|
|
9131
9041
|
"height": 1080,
|
|
9132
9042
|
"aspect": "landscape_16_9",
|
|
9133
|
-
"durationSeconds": 4
|
|
9043
|
+
"durationSeconds": 4
|
|
9134
9044
|
},
|
|
9135
9045
|
"install": {
|
|
9136
9046
|
"command": "hyperframes add sdf-iris",
|
|
@@ -9179,7 +9089,6 @@
|
|
|
9179
9089
|
}
|
|
9180
9090
|
},
|
|
9181
9091
|
"source": {
|
|
9182
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
9183
9092
|
"sourceRow": "| `sdf-iris`<br>SDF Iris<br><small>#transition #shader</small> | Block | Shader transition with signed distance field iris reveal | 适合高质感 scene-to-scene 转场,尤其科技、电影感、游戏感内容。 | `hyperframes add sdf-iris`<br>`<div data-composition-src=\"compositions/sdf-iris.html\" data-duration=\"4\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
9184
9093
|
}
|
|
9185
9094
|
},
|
|
@@ -9218,7 +9127,7 @@
|
|
|
9218
9127
|
"width": 1920,
|
|
9219
9128
|
"height": 1080,
|
|
9220
9129
|
"aspect": "landscape_16_9",
|
|
9221
|
-
"durationSeconds": 4
|
|
9130
|
+
"durationSeconds": 4
|
|
9222
9131
|
},
|
|
9223
9132
|
"install": {
|
|
9224
9133
|
"command": "hyperframes add swirl-vortex",
|
|
@@ -9267,7 +9176,6 @@
|
|
|
9267
9176
|
}
|
|
9268
9177
|
},
|
|
9269
9178
|
"source": {
|
|
9270
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
9271
9179
|
"sourceRow": "| `swirl-vortex`<br>Swirl Vortex<br><small>#transition #shader</small> | Block | Shader transition with swirling vortex distortion | 适合高质感 scene-to-scene 转场,尤其科技、电影感、游戏感内容。 | `hyperframes add swirl-vortex`<br>`<div data-composition-src=\"compositions/swirl-vortex.html\" data-duration=\"4\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
9272
9180
|
}
|
|
9273
9181
|
},
|
|
@@ -9306,7 +9214,7 @@
|
|
|
9306
9214
|
"width": 1920,
|
|
9307
9215
|
"height": 1080,
|
|
9308
9216
|
"aspect": "landscape_16_9",
|
|
9309
|
-
"durationSeconds": 4
|
|
9217
|
+
"durationSeconds": 4
|
|
9310
9218
|
},
|
|
9311
9219
|
"install": {
|
|
9312
9220
|
"command": "hyperframes add thermal-distortion",
|
|
@@ -9355,7 +9263,6 @@
|
|
|
9355
9263
|
}
|
|
9356
9264
|
},
|
|
9357
9265
|
"source": {
|
|
9358
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
9359
9266
|
"sourceRow": "| `thermal-distortion`<br>Thermal Distortion<br><small>#transition #shader</small> | Block | Shader transition with heat haze thermal distortion | 适合高质感 scene-to-scene 转场,尤其科技、电影感、游戏感内容。 | `hyperframes add thermal-distortion`<br>`<div data-composition-src=\"compositions/thermal-distortion.html\" data-duration=\"4\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
9360
9267
|
}
|
|
9361
9268
|
},
|
|
@@ -9392,7 +9299,7 @@
|
|
|
9392
9299
|
"width": 1920,
|
|
9393
9300
|
"height": 1080,
|
|
9394
9301
|
"aspect": "landscape_16_9",
|
|
9395
|
-
"durationSeconds": 11
|
|
9302
|
+
"durationSeconds": 11
|
|
9396
9303
|
},
|
|
9397
9304
|
"install": {
|
|
9398
9305
|
"command": "hyperframes add transitions-3d",
|
|
@@ -9451,7 +9358,6 @@
|
|
|
9451
9358
|
}
|
|
9452
9359
|
},
|
|
9453
9360
|
"source": {
|
|
9454
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
9455
9361
|
"sourceRow": "| `transitions-3d`<br>3D Transitions<br><small>#transition #showcase</small> | Block | Showcase of 3D perspective flip and rotate transitions | 适合在多镜头剪辑里快速试选某一类转场风格,或作为转场示例库。 | `hyperframes add transitions-3d`<br>`<div data-composition-src=\"compositions/transitions-3d.html\" data-duration=\"11\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
9456
9362
|
}
|
|
9457
9363
|
},
|
|
@@ -9490,7 +9396,7 @@
|
|
|
9490
9396
|
"width": 1920,
|
|
9491
9397
|
"height": 1080,
|
|
9492
9398
|
"aspect": "landscape_16_9",
|
|
9493
|
-
"durationSeconds": 20
|
|
9399
|
+
"durationSeconds": 20
|
|
9494
9400
|
},
|
|
9495
9401
|
"install": {
|
|
9496
9402
|
"command": "hyperframes add transitions-blur",
|
|
@@ -9549,7 +9455,6 @@
|
|
|
9549
9455
|
}
|
|
9550
9456
|
},
|
|
9551
9457
|
"source": {
|
|
9552
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
9553
9458
|
"sourceRow": "| `transitions-blur`<br>Blur Transitions<br><small>#transition #showcase</small> | Block | Showcase of blur-based transitions between scenes | 适合在多镜头剪辑里快速试选某一类转场风格,或作为转场示例库。 | `hyperframes add transitions-blur`<br>`<div data-composition-src=\"compositions/transitions-blur.html\" data-duration=\"20\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
9554
9459
|
}
|
|
9555
9460
|
},
|
|
@@ -9585,7 +9490,7 @@
|
|
|
9585
9490
|
"width": 1920,
|
|
9586
9491
|
"height": 1080,
|
|
9587
9492
|
"aspect": "landscape_16_9",
|
|
9588
|
-
"durationSeconds": 21
|
|
9493
|
+
"durationSeconds": 21
|
|
9589
9494
|
},
|
|
9590
9495
|
"install": {
|
|
9591
9496
|
"command": "hyperframes add transitions-cover",
|
|
@@ -9644,7 +9549,6 @@
|
|
|
9644
9549
|
}
|
|
9645
9550
|
},
|
|
9646
9551
|
"source": {
|
|
9647
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
9648
9552
|
"sourceRow": "| `transitions-cover`<br>Cover Transitions<br><small>#transition #showcase</small> | Block | Showcase of cover/uncover slide transitions | 适合在多镜头剪辑里快速试选某一类转场风格,或作为转场示例库。 | `hyperframes add transitions-cover`<br>`<div data-composition-src=\"compositions/transitions-cover.html\" data-duration=\"21\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
9649
9553
|
}
|
|
9650
9554
|
},
|
|
@@ -9680,7 +9584,7 @@
|
|
|
9680
9584
|
"width": 1920,
|
|
9681
9585
|
"height": 1080,
|
|
9682
9586
|
"aspect": "landscape_16_9",
|
|
9683
|
-
"durationSeconds": 14
|
|
9587
|
+
"durationSeconds": 14
|
|
9684
9588
|
},
|
|
9685
9589
|
"install": {
|
|
9686
9590
|
"command": "hyperframes add transitions-destruction",
|
|
@@ -9739,7 +9643,6 @@
|
|
|
9739
9643
|
}
|
|
9740
9644
|
},
|
|
9741
9645
|
"source": {
|
|
9742
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
9743
9646
|
"sourceRow": "| `transitions-destruction`<br>Destruction Transitions<br><small>#transition #showcase</small> | Block | Showcase of destructive break-apart transitions | 适合在多镜头剪辑里快速试选某一类转场风格,或作为转场示例库。 | `hyperframes add transitions-destruction`<br>`<div data-composition-src=\"compositions/transitions-destruction.html\" data-duration=\"14\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
9744
9647
|
}
|
|
9745
9648
|
},
|
|
@@ -9775,7 +9678,7 @@
|
|
|
9775
9678
|
"width": 1920,
|
|
9776
9679
|
"height": 1080,
|
|
9777
9680
|
"aspect": "landscape_16_9",
|
|
9778
|
-
"durationSeconds": 24
|
|
9681
|
+
"durationSeconds": 24
|
|
9779
9682
|
},
|
|
9780
9683
|
"install": {
|
|
9781
9684
|
"command": "hyperframes add transitions-dissolve",
|
|
@@ -9834,7 +9737,6 @@
|
|
|
9834
9737
|
}
|
|
9835
9738
|
},
|
|
9836
9739
|
"source": {
|
|
9837
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
9838
9740
|
"sourceRow": "| `transitions-dissolve`<br>Dissolve Transitions<br><small>#transition #showcase</small> | Block | Showcase of dissolve and fade transitions | 适合在多镜头剪辑里快速试选某一类转场风格,或作为转场示例库。 | `hyperframes add transitions-dissolve`<br>`<div data-composition-src=\"compositions/transitions-dissolve.html\" data-duration=\"24\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
9839
9741
|
}
|
|
9840
9742
|
},
|
|
@@ -9870,7 +9772,7 @@
|
|
|
9870
9772
|
"width": 1920,
|
|
9871
9773
|
"height": 1080,
|
|
9872
9774
|
"aspect": "landscape_16_9",
|
|
9873
|
-
"durationSeconds": 21
|
|
9775
|
+
"durationSeconds": 21
|
|
9874
9776
|
},
|
|
9875
9777
|
"install": {
|
|
9876
9778
|
"command": "hyperframes add transitions-distortion",
|
|
@@ -9929,7 +9831,6 @@
|
|
|
9929
9831
|
}
|
|
9930
9832
|
},
|
|
9931
9833
|
"source": {
|
|
9932
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
9933
9834
|
"sourceRow": "| `transitions-distortion`<br>Distortion Transitions<br><small>#transition #showcase</small> | Block | Showcase of warp and distortion transitions | 适合在多镜头剪辑里快速试选某一类转场风格,或作为转场示例库。 | `hyperframes add transitions-distortion`<br>`<div data-composition-src=\"compositions/transitions-distortion.html\" data-duration=\"21\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
9934
9835
|
}
|
|
9935
9836
|
},
|
|
@@ -9965,7 +9866,7 @@
|
|
|
9965
9866
|
"width": 1920,
|
|
9966
9867
|
"height": 1080,
|
|
9967
9868
|
"aspect": "landscape_16_9",
|
|
9968
|
-
"durationSeconds": 11
|
|
9869
|
+
"durationSeconds": 11
|
|
9969
9870
|
},
|
|
9970
9871
|
"install": {
|
|
9971
9872
|
"command": "hyperframes add transitions-grid",
|
|
@@ -10024,7 +9925,6 @@
|
|
|
10024
9925
|
}
|
|
10025
9926
|
},
|
|
10026
9927
|
"source": {
|
|
10027
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
10028
9928
|
"sourceRow": "| `transitions-grid`<br>Grid Transitions<br><small>#transition #showcase</small> | Block | Showcase of grid-based tile transitions | 适合在多镜头剪辑里快速试选某一类转场风格,或作为转场示例库。 | `hyperframes add transitions-grid`<br>`<div data-composition-src=\"compositions/transitions-grid.html\" data-duration=\"11\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
10029
9929
|
}
|
|
10030
9930
|
},
|
|
@@ -10062,7 +9962,7 @@
|
|
|
10062
9962
|
"width": 1920,
|
|
10063
9963
|
"height": 1080,
|
|
10064
9964
|
"aspect": "landscape_16_9",
|
|
10065
|
-
"durationSeconds": 21
|
|
9965
|
+
"durationSeconds": 21
|
|
10066
9966
|
},
|
|
10067
9967
|
"install": {
|
|
10068
9968
|
"command": "hyperframes add transitions-light",
|
|
@@ -10121,7 +10021,6 @@
|
|
|
10121
10021
|
}
|
|
10122
10022
|
},
|
|
10123
10023
|
"source": {
|
|
10124
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
10125
10024
|
"sourceRow": "| `transitions-light`<br>Light Transitions<br><small>#transition #showcase</small> | Block | Showcase of light-based glow and flash transitions | 适合在多镜头剪辑里快速试选某一类转场风格,或作为转场示例库。 | `hyperframes add transitions-light`<br>`<div data-composition-src=\"compositions/transitions-light.html\" data-duration=\"21\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
10126
10025
|
}
|
|
10127
10026
|
},
|
|
@@ -10157,7 +10056,7 @@
|
|
|
10157
10056
|
"width": 1920,
|
|
10158
10057
|
"height": 1080,
|
|
10159
10058
|
"aspect": "landscape_16_9",
|
|
10160
|
-
"durationSeconds": 15
|
|
10059
|
+
"durationSeconds": 15
|
|
10161
10060
|
},
|
|
10162
10061
|
"install": {
|
|
10163
10062
|
"command": "hyperframes add transitions-mechanical",
|
|
@@ -10216,7 +10115,6 @@
|
|
|
10216
10115
|
}
|
|
10217
10116
|
},
|
|
10218
10117
|
"source": {
|
|
10219
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
10220
10118
|
"sourceRow": "| `transitions-mechanical`<br>Mechanical Transitions<br><small>#transition #showcase</small> | Block | Showcase of mechanical shutter and iris transitions | 适合在多镜头剪辑里快速试选某一类转场风格,或作为转场示例库。 | `hyperframes add transitions-mechanical`<br>`<div data-composition-src=\"compositions/transitions-mechanical.html\" data-duration=\"15\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
10221
10119
|
}
|
|
10222
10120
|
},
|
|
@@ -10252,7 +10150,7 @@
|
|
|
10252
10150
|
"width": 1920,
|
|
10253
10151
|
"height": 1080,
|
|
10254
10152
|
"aspect": "landscape_16_9",
|
|
10255
|
-
"durationSeconds": 20
|
|
10153
|
+
"durationSeconds": 20
|
|
10256
10154
|
},
|
|
10257
10155
|
"install": {
|
|
10258
10156
|
"command": "hyperframes add transitions-other",
|
|
@@ -10311,7 +10209,6 @@
|
|
|
10311
10209
|
}
|
|
10312
10210
|
},
|
|
10313
10211
|
"source": {
|
|
10314
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
10315
10212
|
"sourceRow": "| `transitions-other`<br>Other Transitions<br><small>#transition #showcase</small> | Block | Showcase of miscellaneous creative transitions | 适合在多镜头剪辑里快速试选某一类转场风格,或作为转场示例库。 | `hyperframes add transitions-other`<br>`<div data-composition-src=\"compositions/transitions-other.html\" data-duration=\"20\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
10316
10213
|
}
|
|
10317
10214
|
},
|
|
@@ -10347,7 +10244,7 @@
|
|
|
10347
10244
|
"width": 1920,
|
|
10348
10245
|
"height": 1080,
|
|
10349
10246
|
"aspect": "landscape_16_9",
|
|
10350
|
-
"durationSeconds": 24
|
|
10247
|
+
"durationSeconds": 24
|
|
10351
10248
|
},
|
|
10352
10249
|
"install": {
|
|
10353
10250
|
"command": "hyperframes add transitions-push",
|
|
@@ -10406,7 +10303,6 @@
|
|
|
10406
10303
|
}
|
|
10407
10304
|
},
|
|
10408
10305
|
"source": {
|
|
10409
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
10410
10306
|
"sourceRow": "| `transitions-push`<br>Push Transitions<br><small>#transition #showcase</small> | Block | Showcase of push and slide transitions | 适合在多镜头剪辑里快速试选某一类转场风格,或作为转场示例库。 | `hyperframes add transitions-push`<br>`<div data-composition-src=\"compositions/transitions-push.html\" data-duration=\"24\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
10411
10307
|
}
|
|
10412
10308
|
},
|
|
@@ -10445,7 +10341,7 @@
|
|
|
10445
10341
|
"width": 1920,
|
|
10446
10342
|
"height": 1080,
|
|
10447
10343
|
"aspect": "landscape_16_9",
|
|
10448
|
-
"durationSeconds": 20
|
|
10344
|
+
"durationSeconds": 20
|
|
10449
10345
|
},
|
|
10450
10346
|
"install": {
|
|
10451
10347
|
"command": "hyperframes add transitions-radial",
|
|
@@ -10504,7 +10400,6 @@
|
|
|
10504
10400
|
}
|
|
10505
10401
|
},
|
|
10506
10402
|
"source": {
|
|
10507
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
10508
10403
|
"sourceRow": "| `transitions-radial`<br>Radial Transitions<br><small>#transition #showcase</small> | Block | Showcase of radial wipe and reveal transitions | 适合在多镜头剪辑里快速试选某一类转场风格,或作为转场示例库。 | `hyperframes add transitions-radial`<br>`<div data-composition-src=\"compositions/transitions-radial.html\" data-duration=\"20\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
10509
10404
|
}
|
|
10510
10405
|
},
|
|
@@ -10542,7 +10437,7 @@
|
|
|
10542
10437
|
"width": 1920,
|
|
10543
10438
|
"height": 1080,
|
|
10544
10439
|
"aspect": "landscape_16_9",
|
|
10545
|
-
"durationSeconds": 15
|
|
10440
|
+
"durationSeconds": 15
|
|
10546
10441
|
},
|
|
10547
10442
|
"install": {
|
|
10548
10443
|
"command": "hyperframes add transitions-scale",
|
|
@@ -10601,7 +10496,6 @@
|
|
|
10601
10496
|
}
|
|
10602
10497
|
},
|
|
10603
10498
|
"source": {
|
|
10604
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
10605
10499
|
"sourceRow": "| `transitions-scale`<br>Scale Transitions<br><small>#transition #showcase</small> | Block | Showcase of scale and zoom transitions | 适合在多镜头剪辑里快速试选某一类转场风格,或作为转场示例库。 | `hyperframes add transitions-scale`<br>`<div data-composition-src=\"compositions/transitions-scale.html\" data-duration=\"15\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
10606
10500
|
}
|
|
10607
10501
|
},
|
|
@@ -10645,7 +10539,7 @@
|
|
|
10645
10539
|
"width": 1920,
|
|
10646
10540
|
"height": 1080,
|
|
10647
10541
|
"aspect": "landscape_16_9",
|
|
10648
|
-
"durationSeconds": 8
|
|
10542
|
+
"durationSeconds": 8
|
|
10649
10543
|
},
|
|
10650
10544
|
"install": {
|
|
10651
10545
|
"command": "hyperframes add vfx-text-cursor",
|
|
@@ -10697,7 +10591,6 @@
|
|
|
10697
10591
|
}
|
|
10698
10592
|
},
|
|
10699
10593
|
"source": {
|
|
10700
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
10701
10594
|
"sourceRow": "| `vfx-text-cursor`<br>VFX Text Cursor<br><small>#html-in-canvas #text #shader #cursor #chromatic</small> | Block | Dramatic text reveal with cursor glow, chromatic shadow rays, and directional lighting on a black stage. Canvas-based shader post-processing with spectral color edges. | 适合高质感 scene-to-scene 转场,尤其科技、电影感、游戏感内容。 | `hyperframes add vfx-text-cursor`<br>`<div data-composition-src=\"compositions/vfx-text-cursor.html\" data-duration=\"8\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
10702
10595
|
}
|
|
10703
10596
|
},
|
|
@@ -10737,7 +10630,7 @@
|
|
|
10737
10630
|
"width": 1920,
|
|
10738
10631
|
"height": 1080,
|
|
10739
10632
|
"aspect": "landscape_16_9",
|
|
10740
|
-
"durationSeconds": 4
|
|
10633
|
+
"durationSeconds": 4
|
|
10741
10634
|
},
|
|
10742
10635
|
"install": {
|
|
10743
10636
|
"command": "hyperframes add whip-pan",
|
|
@@ -10786,7 +10679,6 @@
|
|
|
10786
10679
|
}
|
|
10787
10680
|
},
|
|
10788
10681
|
"source": {
|
|
10789
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
10790
10682
|
"sourceRow": "| `whip-pan`<br>Whip Pan<br><small>#transition #shader</small> | Block | Shader transition simulating a fast camera whip pan | 适合高质感 scene-to-scene 转场,尤其科技、电影感、游戏感内容。 | `hyperframes add whip-pan`<br>`<div data-composition-src=\"compositions/whip-pan.html\" data-duration=\"4\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
10791
10683
|
}
|
|
10792
10684
|
},
|
|
@@ -10877,7 +10769,6 @@
|
|
|
10877
10769
|
"formatMatches": {}
|
|
10878
10770
|
},
|
|
10879
10771
|
"source": {
|
|
10880
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
10881
10772
|
"sourceRow": "| `grid-pixelate-wipe`<br>Grid Pixelate Wipe<br><small>#transition #wipe #grid #pixelate</small> | Component | Transition effect where the screen dissolves into a grid of squares that fade out with staggered timing — use between scenes | 适合在多镜头剪辑里快速试选某一类转场风格,或作为转场示例库。 | `hyperframes add grid-pixelate-wipe`<br>`<!-- paste from compositions/components/grid-pixelate-wipe.html into your composition -->` | - |"
|
|
10882
10773
|
}
|
|
10883
10774
|
},
|
|
@@ -10973,7 +10864,6 @@
|
|
|
10973
10864
|
"formatMatches": {}
|
|
10974
10865
|
},
|
|
10975
10866
|
"source": {
|
|
10976
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
10977
10867
|
"sourceRow": "| `parallax-unzoom`<br>Parallax Unzoom<br><small>#transition #reveal #unzoom #parallax #grid #hero</small> | Component | Reveal transition — focus card scales down from full frame as siblings parallax in to form a grid (reverse of parallax-zoom) | 适合在多镜头剪辑里快速试选某一类转场风格,或作为转场示例库。 | `hyperframes add parallax-unzoom`<br>`<!-- paste from compositions/components/parallax-unzoom.html into your composition -->` | - |"
|
|
10978
10868
|
}
|
|
10979
10869
|
},
|
|
@@ -11066,7 +10956,6 @@
|
|
|
11066
10956
|
"formatMatches": {}
|
|
11067
10957
|
},
|
|
11068
10958
|
"source": {
|
|
11069
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
11070
10959
|
"sourceRow": "| `parallax-zoom`<br>Parallax Zoom<br><small>#transition #zoom #parallax #grid #hero</small> | Component | Center card scales up to fill the frame while siblings parallax outward — inspired by the eBay Playbook hero transition | 适合在多镜头剪辑里快速试选某一类转场风格,或作为转场示例库。 | `hyperframes add parallax-zoom`<br>`<!-- paste from compositions/components/parallax-zoom.html into your composition -->` | - |"
|
|
11071
10960
|
}
|
|
11072
10961
|
},
|
|
@@ -11165,7 +11054,6 @@
|
|
|
11165
11054
|
}
|
|
11166
11055
|
},
|
|
11167
11056
|
"source": {
|
|
11168
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
11169
11057
|
"sourceRow": "| `app-showcase`<br>App Showcase<br><small>#showcase #app #3d</small> | Block | Fitness app product showcase with three floating smartphone screens | 适合产品发布、App 功能展示、iPhone/MacBook 设备包装、未来感 UI 预告。 | `hyperframes add app-showcase`<br>`<div data-composition-src=\"compositions/app-showcase.html\" data-duration=\"5.5\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
11170
11058
|
}
|
|
11171
11059
|
},
|
|
@@ -11216,7 +11104,7 @@
|
|
|
11216
11104
|
"width": 1920,
|
|
11217
11105
|
"height": 1080,
|
|
11218
11106
|
"aspect": "landscape_16_9",
|
|
11219
|
-
"durationSeconds": 15
|
|
11107
|
+
"durationSeconds": 15
|
|
11220
11108
|
},
|
|
11221
11109
|
"install": {
|
|
11222
11110
|
"command": "hyperframes add ios26-liquid-glass",
|
|
@@ -11279,7 +11167,6 @@
|
|
|
11279
11167
|
}
|
|
11280
11168
|
},
|
|
11281
11169
|
"source": {
|
|
11282
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
11283
11170
|
"sourceRow": "| `ios26-liquid-glass`<br>iOS 26 Liquid Glass Home Screen<br><small>#liquid-glass-html-in-canvas #webgpu #3d #iphone #ios26 #notifications #gltf #html-in-canvas</small> | Block | 3D iPhone with a normal iOS 26 home screen, liquid glass app icons, shader wallpaper, dock, and fluid glass notifications that drop from the status area onto a GLTF device model. | 适合产品发布、App 功能展示、iPhone/MacBook 设备包装、未来感 UI 预告。 | `hyperframes add ios26-liquid-glass`<br>`<div data-composition-src=\"compositions/ios26-liquid-glass.html\" data-duration=\"15\" data-width=\"1920\" data-height=\"1080\"></div>` | 包含 28 个 asset; 有预览视频 |"
|
|
11284
11171
|
}
|
|
11285
11172
|
},
|
|
@@ -11325,7 +11212,7 @@
|
|
|
11325
11212
|
"width": 1920,
|
|
11326
11213
|
"height": 1080,
|
|
11327
11214
|
"aspect": "landscape_16_9",
|
|
11328
|
-
"durationSeconds": 8
|
|
11215
|
+
"durationSeconds": 8
|
|
11329
11216
|
},
|
|
11330
11217
|
"install": {
|
|
11331
11218
|
"command": "hyperframes add liquid-glass-context-menu",
|
|
@@ -11386,7 +11273,6 @@
|
|
|
11386
11273
|
}
|
|
11387
11274
|
},
|
|
11388
11275
|
"source": {
|
|
11389
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
11390
11276
|
"sourceRow": "| `liquid-glass-context-menu`<br>Liquid Glass Context Menu<br><small>#html-in-canvas #liquid-glass-html-in-canvas #webgpu</small> | Block | Frosted glass context menu panel drifting over an aurora shader background | 适合产品发布、App 功能展示、iPhone/MacBook 设备包装、未来感 UI 预告。 | `hyperframes add liquid-glass-context-menu`<br>`<div data-composition-src=\"compositions/liquid-glass-context-menu.html\" data-duration=\"8\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
11391
11277
|
}
|
|
11392
11278
|
},
|
|
@@ -11432,7 +11318,7 @@
|
|
|
11432
11318
|
"width": 1920,
|
|
11433
11319
|
"height": 1080,
|
|
11434
11320
|
"aspect": "landscape_16_9",
|
|
11435
|
-
"durationSeconds": 8
|
|
11321
|
+
"durationSeconds": 8
|
|
11436
11322
|
},
|
|
11437
11323
|
"install": {
|
|
11438
11324
|
"command": "hyperframes add liquid-glass-media-controls",
|
|
@@ -11493,7 +11379,6 @@
|
|
|
11493
11379
|
}
|
|
11494
11380
|
},
|
|
11495
11381
|
"source": {
|
|
11496
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
11497
11382
|
"sourceRow": "| `liquid-glass-media-controls`<br>Liquid Glass Media Controls<br><small>#html-in-canvas #liquid-glass-html-in-canvas #webgpu</small> | Block | Frosted glass media control panels spreading over an aurora shader background | 适合产品发布、App 功能展示、iPhone/MacBook 设备包装、未来感 UI 预告。 | `hyperframes add liquid-glass-media-controls`<br>`<div data-composition-src=\"compositions/liquid-glass-media-controls.html\" data-duration=\"8\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
11498
11383
|
}
|
|
11499
11384
|
},
|
|
@@ -11538,7 +11423,7 @@
|
|
|
11538
11423
|
"width": 1920,
|
|
11539
11424
|
"height": 1080,
|
|
11540
11425
|
"aspect": "landscape_16_9",
|
|
11541
|
-
"durationSeconds": 8
|
|
11426
|
+
"durationSeconds": 8
|
|
11542
11427
|
},
|
|
11543
11428
|
"install": {
|
|
11544
11429
|
"command": "hyperframes add liquid-glass-notification",
|
|
@@ -11599,7 +11484,6 @@
|
|
|
11599
11484
|
}
|
|
11600
11485
|
},
|
|
11601
11486
|
"source": {
|
|
11602
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
11603
11487
|
"sourceRow": "| `liquid-glass-notification`<br>Liquid Glass Notification<br><small>#html-in-canvas #liquid-glass-html-in-canvas #webgpu</small> | Block | Frosted glass notification cards floating over an aurora shader background | 适合产品发布、App 功能展示、iPhone/MacBook 设备包装、未来感 UI 预告。 | `hyperframes add liquid-glass-notification`<br>`<div data-composition-src=\"compositions/liquid-glass-notification.html\" data-duration=\"8\" data-width=\"1920\" data-height=\"1080\"></div>` | 包含 1 个 asset; 有预览视频 |"
|
|
11604
11488
|
}
|
|
11605
11489
|
},
|
|
@@ -11645,7 +11529,7 @@
|
|
|
11645
11529
|
"width": 1920,
|
|
11646
11530
|
"height": 1080,
|
|
11647
11531
|
"aspect": "landscape_16_9",
|
|
11648
|
-
"durationSeconds": 8
|
|
11532
|
+
"durationSeconds": 8
|
|
11649
11533
|
},
|
|
11650
11534
|
"install": {
|
|
11651
11535
|
"command": "hyperframes add liquid-glass-widgets",
|
|
@@ -11706,7 +11590,6 @@
|
|
|
11706
11590
|
}
|
|
11707
11591
|
},
|
|
11708
11592
|
"source": {
|
|
11709
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
11710
11593
|
"sourceRow": "| `liquid-glass-widgets`<br>Liquid Glass Widgets<br><small>#html-in-canvas #liquid-glass-html-in-canvas #webgpu</small> | Block | Frosted glass stat cards, showcase panel and pill chips over an aurora shader background | 适合产品发布、App 功能展示、iPhone/MacBook 设备包装、未来感 UI 预告。 | `hyperframes add liquid-glass-widgets`<br>`<div data-composition-src=\"compositions/liquid-glass-widgets.html\" data-duration=\"8\" data-width=\"1920\" data-height=\"1080\"></div>` | 包含 1 个 asset; 有预览视频 |"
|
|
11711
11594
|
}
|
|
11712
11595
|
},
|
|
@@ -11751,7 +11634,7 @@
|
|
|
11751
11634
|
"width": 1920,
|
|
11752
11635
|
"height": 1080,
|
|
11753
11636
|
"aspect": "landscape_16_9",
|
|
11754
|
-
"durationSeconds": 15
|
|
11637
|
+
"durationSeconds": 15
|
|
11755
11638
|
},
|
|
11756
11639
|
"install": {
|
|
11757
11640
|
"command": "hyperframes add macos-tahoe-liquid-glass",
|
|
@@ -11813,7 +11696,6 @@
|
|
|
11813
11696
|
}
|
|
11814
11697
|
},
|
|
11815
11698
|
"source": {
|
|
11816
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
11817
11699
|
"sourceRow": "| `macos-tahoe-liquid-glass`<br>macOS Tahoe Liquid Glass Desktop<br><small>#html-in-canvas #3d #macos #tahoe #gltf</small> | Block | 3D MacBook with a macOS Tahoe-style desktop, glass menu bar, Finder window, dock, and cinematic device camera move. | 适合产品发布、App 功能展示、iPhone/MacBook 设备包装、未来感 UI 预告。 | `hyperframes add macos-tahoe-liquid-glass`<br>`<div data-composition-src=\"compositions/macos-tahoe-liquid-glass.html\" data-duration=\"15\" data-width=\"1920\" data-height=\"1080\"></div>` | 包含 18 个 asset; 有预览视频 |"
|
|
11818
11700
|
}
|
|
11819
11701
|
},
|
|
@@ -11854,7 +11736,7 @@
|
|
|
11854
11736
|
"width": 1920,
|
|
11855
11737
|
"height": 1080,
|
|
11856
11738
|
"aspect": "landscape_16_9",
|
|
11857
|
-
"durationSeconds": 13
|
|
11739
|
+
"durationSeconds": 13
|
|
11858
11740
|
},
|
|
11859
11741
|
"install": {
|
|
11860
11742
|
"command": "hyperframes add ui-3d-reveal",
|
|
@@ -11914,7 +11796,6 @@
|
|
|
11914
11796
|
}
|
|
11915
11797
|
},
|
|
11916
11798
|
"source": {
|
|
11917
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
11918
11799
|
"sourceRow": "| `ui-3d-reveal`<br>3D UI Reveal<br><small>#showcase #3d #reveal</small> | Block | Perspective 3D reveal animation for UI elements | 适合产品发布、App 功能展示、iPhone/MacBook 设备包装、未来感 UI 预告。 | `hyperframes add ui-3d-reveal`<br>`<div data-composition-src=\"compositions/ui-3d-reveal.html\" data-duration=\"13\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
11919
11800
|
}
|
|
11920
11801
|
},
|
|
@@ -11958,7 +11839,7 @@
|
|
|
11958
11839
|
"width": 1920,
|
|
11959
11840
|
"height": 1080,
|
|
11960
11841
|
"aspect": "landscape_16_9",
|
|
11961
|
-
"durationSeconds": 15
|
|
11842
|
+
"durationSeconds": 15
|
|
11962
11843
|
},
|
|
11963
11844
|
"install": {
|
|
11964
11845
|
"command": "hyperframes add vfx-iphone-device",
|
|
@@ -12020,7 +11901,6 @@
|
|
|
12020
11901
|
}
|
|
12021
11902
|
},
|
|
12022
11903
|
"source": {
|
|
12023
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
12024
11904
|
"sourceRow": "| `vfx-iphone-device`<br>iPhone & MacBook 3D Showcase<br><small>#html-in-canvas #3d #device #iphone #macbook #gltf</small> | Block | Real GLTF iPhone 15 Pro Max and MacBook Pro models with live HTML-in-Canvas screen content, morphing glass lens, product review camera choreography, and 360° turntable. | 适合产品发布、App 功能展示、iPhone/MacBook 设备包装、未来感 UI 预告。 | `hyperframes add vfx-iphone-device`<br>`<div data-composition-src=\"compositions/vfx-iphone-device.html\" data-duration=\"15\" data-width=\"1920\" data-height=\"1080\"></div>` | 包含 4 个 asset; 有预览视频 |"
|
|
12025
11905
|
}
|
|
12026
11906
|
},
|
|
@@ -12061,7 +11941,7 @@
|
|
|
12061
11941
|
"width": 1920,
|
|
12062
11942
|
"height": 1080,
|
|
12063
11943
|
"aspect": "landscape_16_9",
|
|
12064
|
-
"durationSeconds": 12
|
|
11944
|
+
"durationSeconds": 12
|
|
12065
11945
|
},
|
|
12066
11946
|
"install": {
|
|
12067
11947
|
"command": "hyperframes add vfx-liquid-background",
|
|
@@ -12126,7 +12006,6 @@
|
|
|
12126
12006
|
}
|
|
12127
12007
|
},
|
|
12128
12008
|
"source": {
|
|
12129
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
12130
12009
|
"sourceRow": "| `vfx-liquid-background`<br>Liquid Background<br><small>#html-in-canvas #liquid #webgl #displacement #background</small> | Block | Organic liquid simulation with vertex displacement on a subdivided plane. HTML content floats above rippling fluid surface with real-time wave dynamics. | 适合产品发布、App 功能展示、iPhone/MacBook 设备包装、未来感 UI 预告。 | `hyperframes add vfx-liquid-background`<br>`<div data-composition-src=\"compositions/vfx-liquid-background.html\" data-duration=\"12\" data-width=\"1920\" data-height=\"1080\"></div>` | 可调参数: --bg-color, --text-color; 有预览视频 |"
|
|
12131
12010
|
}
|
|
12132
12011
|
},
|
|
@@ -12166,7 +12045,7 @@
|
|
|
12166
12045
|
"width": 1920,
|
|
12167
12046
|
"height": 1080,
|
|
12168
12047
|
"aspect": "landscape_16_9",
|
|
12169
|
-
"durationSeconds": 20
|
|
12048
|
+
"durationSeconds": 20
|
|
12170
12049
|
},
|
|
12171
12050
|
"install": {
|
|
12172
12051
|
"command": "hyperframes add vfx-liquid-glass",
|
|
@@ -12228,7 +12107,6 @@
|
|
|
12228
12107
|
}
|
|
12229
12108
|
},
|
|
12230
12109
|
"source": {
|
|
12231
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
12232
12110
|
"sourceRow": "| `vfx-liquid-glass`<br>Liquid Glass<br><small>#html-in-canvas #webgl</small> | Block | VFX composition block | 适合产品发布、App 功能展示、iPhone/MacBook 设备包装、未来感 UI 预告。 | `hyperframes add vfx-liquid-glass`<br>`<div data-composition-src=\"compositions/vfx-liquid-glass.html\" data-duration=\"20\" data-width=\"1920\" data-height=\"1080\"></div>` | 可调参数: --bg-color, --accent-color; 有预览视频 |"
|
|
12233
12111
|
}
|
|
12234
12112
|
},
|
|
@@ -12266,7 +12144,7 @@
|
|
|
12266
12144
|
"width": 1920,
|
|
12267
12145
|
"height": 1080,
|
|
12268
12146
|
"aspect": "landscape_16_9",
|
|
12269
|
-
"durationSeconds": 15
|
|
12147
|
+
"durationSeconds": 15
|
|
12270
12148
|
},
|
|
12271
12149
|
"install": {
|
|
12272
12150
|
"command": "hyperframes add vfx-magnetic",
|
|
@@ -12328,7 +12206,6 @@
|
|
|
12328
12206
|
}
|
|
12329
12207
|
},
|
|
12330
12208
|
"source": {
|
|
12331
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
12332
12209
|
"sourceRow": "| `vfx-magnetic`<br>Magnetic<br><small>#html-in-canvas #webgl</small> | Block | VFX composition block | 适合产品发布、App 功能展示、iPhone/MacBook 设备包装、未来感 UI 预告。 | `hyperframes add vfx-magnetic`<br>`<div data-composition-src=\"compositions/vfx-magnetic.html\" data-duration=\"15\" data-width=\"1920\" data-height=\"1080\"></div>` | 可调参数: --bg-color, --text-color; 有预览视频 |"
|
|
12333
12210
|
}
|
|
12334
12211
|
},
|
|
@@ -12366,7 +12243,7 @@
|
|
|
12366
12243
|
"width": 1920,
|
|
12367
12244
|
"height": 1080,
|
|
12368
12245
|
"aspect": "landscape_16_9",
|
|
12369
|
-
"durationSeconds": 10
|
|
12246
|
+
"durationSeconds": 10
|
|
12370
12247
|
},
|
|
12371
12248
|
"install": {
|
|
12372
12249
|
"command": "hyperframes add vfx-portal",
|
|
@@ -12428,7 +12305,6 @@
|
|
|
12428
12305
|
}
|
|
12429
12306
|
},
|
|
12430
12307
|
"source": {
|
|
12431
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
12432
12308
|
"sourceRow": "| `vfx-portal`<br>Portal<br><small>#html-in-canvas #webgl</small> | Block | VFX composition block | 适合产品发布、App 功能展示、iPhone/MacBook 设备包装、未来感 UI 预告。 | `hyperframes add vfx-portal`<br>`<div data-composition-src=\"compositions/vfx-portal.html\" data-duration=\"10\" data-width=\"1920\" data-height=\"1080\"></div>` | 可调参数: --bg-color, --portal-color; 有预览视频 |"
|
|
12433
12309
|
}
|
|
12434
12310
|
},
|
|
@@ -12466,7 +12342,7 @@
|
|
|
12466
12342
|
"width": 1920,
|
|
12467
12343
|
"height": 1080,
|
|
12468
12344
|
"aspect": "landscape_16_9",
|
|
12469
|
-
"durationSeconds": 12
|
|
12345
|
+
"durationSeconds": 12
|
|
12470
12346
|
},
|
|
12471
12347
|
"install": {
|
|
12472
12348
|
"command": "hyperframes add vfx-shatter",
|
|
@@ -12525,7 +12401,6 @@
|
|
|
12525
12401
|
}
|
|
12526
12402
|
},
|
|
12527
12403
|
"source": {
|
|
12528
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
12529
12404
|
"sourceRow": "| `vfx-shatter`<br>Shatter<br><small>#html-in-canvas #webgl</small> | Block | VFX composition block | 适合产品发布、App 功能展示、iPhone/MacBook 设备包装、未来感 UI 预告。 | `hyperframes add vfx-shatter`<br>`<div data-composition-src=\"compositions/vfx-shatter.html\" data-duration=\"12\" data-width=\"1920\" data-height=\"1080\"></div>` | 有预览视频 |"
|
|
12530
12405
|
}
|
|
12531
12406
|
},
|
|
@@ -12563,7 +12438,7 @@
|
|
|
12563
12438
|
"width": 1920,
|
|
12564
12439
|
"height": 1080,
|
|
12565
12440
|
"aspect": "landscape_16_9",
|
|
12566
|
-
"durationSeconds": 12
|
|
12441
|
+
"durationSeconds": 12
|
|
12567
12442
|
},
|
|
12568
12443
|
"install": {
|
|
12569
12444
|
"command": "hyperframes add blue-sweater-intro-video",
|
|
@@ -12624,7 +12499,6 @@
|
|
|
12624
12499
|
}
|
|
12625
12500
|
},
|
|
12626
12501
|
"source": {
|
|
12627
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
12628
12502
|
"sourceRow": "| `blue-sweater-intro-video`<br>Blue Sweater Intro Video<br><small>#showcase #ai #creator #sfx</small> | Block | Warm AI creator intro sequence that resolves into an X follow card for @_blue_sweater_. | 适合需要快速插入一个可复用视觉模块的场景。 | `hyperframes add blue-sweater-intro-video`<br>`<div data-composition-src=\"compositions/blue-sweater-intro-video.html\" data-duration=\"12\" data-width=\"1920\" data-height=\"1080\"></div>` | 包含 2 个 asset; 有预览视频 |"
|
|
12629
12503
|
}
|
|
12630
12504
|
},
|
|
@@ -12666,7 +12540,7 @@
|
|
|
12666
12540
|
"width": 1920,
|
|
12667
12541
|
"height": 1080,
|
|
12668
12542
|
"aspect": "landscape_16_9",
|
|
12669
|
-
"durationSeconds": 6
|
|
12543
|
+
"durationSeconds": 6
|
|
12670
12544
|
},
|
|
12671
12545
|
"install": {
|
|
12672
12546
|
"command": "hyperframes add logo-outro",
|
|
@@ -12719,7 +12593,6 @@
|
|
|
12719
12593
|
}
|
|
12720
12594
|
},
|
|
12721
12595
|
"source": {
|
|
12722
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
12723
12596
|
"sourceRow": "| `logo-outro`<br>Logo Outro<br><small>#branding #outro #logo</small> | Block | Cinematic logo reveal with piece-by-piece assembly, glow bloom, tagline fade-in, and URL pill | 适合品牌片尾、频道收尾、产品 logo reveal。 | `hyperframes add logo-outro`<br>`<div data-composition-src=\"compositions/logo-outro.html\" data-duration=\"6\" data-width=\"1920\" data-height=\"1080\"></div>` | 可调参数: --bg-color, --accent-color; 有预览视频 |"
|
|
12724
12597
|
}
|
|
12725
12598
|
},
|
|
@@ -12809,7 +12682,6 @@
|
|
|
12809
12682
|
"formatMatches": {}
|
|
12810
12683
|
},
|
|
12811
12684
|
"source": {
|
|
12812
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
12813
12685
|
"sourceRow": "| `grain-overlay`<br>Grain Overlay<br><small>#texture #grain #overlay #film</small> | Component | Animated film grain texture overlay using CSS keyframes — adds warmth and analog character to any composition | 适合作为现有镜头的氛围增强层、质感覆盖、聚焦或高级感处理。 | `hyperframes add grain-overlay`<br>`<!-- paste from compositions/components/grain-overlay.html into your composition -->` | - |"
|
|
12814
12686
|
}
|
|
12815
12687
|
},
|
|
@@ -12908,7 +12780,6 @@
|
|
|
12908
12780
|
"formatMatches": {}
|
|
12909
12781
|
},
|
|
12910
12782
|
"source": {
|
|
12911
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
12912
12783
|
"sourceRow": "| `morph-text`<br>Morph Text<br><small>#text #text-effect #typography #morph #gooey #kinetic #animation</small> | Component | Gooey text morph — cycles through an editable word list using SVG threshold + GSAP-driven blur for a fluid, satisfying transition effect | 适合需要快速插入一个可复用视觉模块的场景。 | `hyperframes add morph-text`<br>`<!-- paste from compositions/components/morph-text.html into your composition -->` | 有预览视频 |"
|
|
12913
12784
|
}
|
|
12914
12785
|
},
|
|
@@ -13009,7 +12880,6 @@
|
|
|
13009
12880
|
"formatMatches": {}
|
|
13010
12881
|
},
|
|
13011
12882
|
"source": {
|
|
13012
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
13013
12883
|
"sourceRow": "| `motion-blur`<br>Motion Blur<br><small>#effect #motion-blur #velocity #animation #physics</small> | Component | Velocity-driven motion blur — samples element position each frame and applies a one-sided SVG feGaussianBlur ghost trail proportional to speed | 适合作为现有镜头的氛围增强层、质感覆盖、聚焦或高级感处理。 | `hyperframes add motion-blur`<br>`<!-- paste from compositions/components/motion-blur.html into your composition -->` | - |"
|
|
13014
12884
|
}
|
|
13015
12885
|
},
|
|
@@ -13102,7 +12972,6 @@
|
|
|
13102
12972
|
"formatMatches": {}
|
|
13103
12973
|
},
|
|
13104
12974
|
"source": {
|
|
13105
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
13106
12975
|
"sourceRow": "| `shimmer-sweep`<br>Shimmer Sweep<br><small>#text #shimmer #highlight #effect</small> | Component | Animated light sweep across text or elements using a CSS gradient mask — ideal for AI accents and premium reveals | 适合作为现有镜头的氛围增强层、质感覆盖、聚焦或高级感处理。 | `hyperframes add shimmer-sweep`<br>`<!-- paste from compositions/components/shimmer-sweep.html into your composition -->` | - |"
|
|
13107
12976
|
}
|
|
13108
12977
|
},
|
|
@@ -13203,7 +13072,6 @@
|
|
|
13203
13072
|
"formatMatches": {}
|
|
13204
13073
|
},
|
|
13205
13074
|
"source": {
|
|
13206
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
13207
13075
|
"sourceRow": "| `texture-mask-text`<br>Texture Mask Text<br><small>#text #text-effect #effect #texture #mask</small> | Component | CSS luminance masks that cut holes through letterforms - 66 pre-built texture masks from ambientCG PBR color maps | 适合作为现有镜头的氛围增强层、质感覆盖、聚焦或高级感处理。 | `hyperframes add texture-mask-text`<br>`<!-- paste from compositions/components/texture-mask-text/texture-mask-text.html into your composition -->` | 包含 66 个 asset |"
|
|
13208
13076
|
}
|
|
13209
13077
|
},
|
|
@@ -13292,7 +13160,6 @@
|
|
|
13292
13160
|
"formatMatches": {}
|
|
13293
13161
|
},
|
|
13294
13162
|
"source": {
|
|
13295
|
-
"guidePath": "/Users/zhichao/Library/Mobile Documents/iCloud~md~obsidian/Documents/Vault/Projects/教程/HyperFrames/catalog-research/HyperFrames-Catalog-Guide-Combined.md",
|
|
13296
13163
|
"sourceRow": "| `vignette`<br>Vignette<br><small>#vignette #overlay #cinematic #effect</small> | Component | Cinematic radial vignette overlay using a pure-CSS gradient — darkens the edges to pull focus toward the center | 适合作为现有镜头的氛围增强层、质感覆盖、聚焦或高级感处理。 | `hyperframes add vignette`<br>`<!-- paste from compositions/components/vignette.html into your composition -->` | - |"
|
|
13297
13164
|
}
|
|
13298
13165
|
}
|
|
@@ -13397,6 +13264,6 @@
|
|
|
13397
13264
|
"Text is readable at target video size and safe-zone aware for captions.",
|
|
13398
13265
|
"CSS selectors are scoped or unique to avoid host pollution."
|
|
13399
13266
|
],
|
|
13400
|
-
"patternsReference": "/
|
|
13267
|
+
"patternsReference": "references/HyperFrames-AI-Generation-Patterns-codex.md"
|
|
13401
13268
|
}
|
|
13402
|
-
}
|
|
13269
|
+
}
|