Code
Animated code and terminal components
Typing effects, diff reveals, syntax-highlighted scroll, 3D extrusion, and a full set of terminal themes — for developer explainers, changelogs, and launch videos.
Showing code on screen is its own problem: it has to be readable at video sizes, highlighted correctly, and revealed at a pace a viewer can follow. These components handle the highlighting and the reveal timing so the code stays legible while it animates.
The terminal set ships in the familiar Apple Terminal and VS Code themes, which matters more than it sounds — a developer audience reads an unfamiliar colour scheme as a stock asset.
38 verified components. Browse every category.
Code 3D Extrude
hfSyntax-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.
Code Diff
hfAn edit shown as a colored diff — removed lines collapse in red, added lines expand in green.
Code Highlight Sweep
hfA highlight band sweeps across a target line while the surrounding context dims — draws the eye to one line.
Code Morph
hfOne snippet transforms into another — tokens glide between positions, leavers fade out, enterers fade in. Shiki Magic Move re-driven as a paused GSAP timeline.
Code Particle Assemble
hfThousands 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.
Code Scroll To Line
hfThe camera scrolls a long file to bring a target line to center and spotlights it — for walking through real modules.
Code Shader Dissolve
hfThe 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.
Code Snippet - Apple Terminal Basic
hfApple Terminal Basic profile: white background, black text, per-character typing animation of a shell session.
Code Snippet - Apple Terminal Clear Dark
hfApple Terminal Clear Dark profile: semi-transparent dark background, per-character typing animation of a shell session.
Code Snippet - Apple Terminal Clear Light
hfApple Terminal Clear Light profile: semi-transparent light background, per-character typing animation of a shell session.
Code Snippet - Apple Terminal Grass
hfApple Terminal Grass profile: black background with green text, per-character typing animation of a shell session.
Code Snippet - Apple Terminal Homebrew
hfApple Terminal Homebrew profile: black background with bright green text and lime cursor, per-character typing animation of a shell session.
Code Snippet - Apple Terminal Man Page
hfApple Terminal Man Page profile: pale yellow background with black text, per-character typing animation of a shell session.
Code Snippet - Apple Terminal Novel
hfApple Terminal Novel profile: warm parchment background with dark brown text, per-character typing animation of a shell session.
Code Snippet - Apple Terminal Ocean
hfApple Terminal Ocean profile: deep blue background with white text, per-character typing animation of a shell session.
Code Snippet - Apple Terminal Pro
hfApple Terminal Pro profile: black background with grey text and lime green cursor, per-character typing animation of a shell session.
Code Snippet - Apple Terminal Red Sands
hfApple Terminal Red Sands profile: deep red background with sandy text, per-character typing animation of a shell session.
Code Snippet - Apple Terminal Silver Aerogel
hfApple Terminal Silver Aerogel profile: dark grey background with white text, per-character typing animation of a shell session.
Code Snippet - Apple Terminal Solid Colors
hfApple Terminal Solid Colors profile: deep purple background with white text, per-character typing animation of a shell session.
Code Snippet - Dark 2026
hfVS Code workbench with per-character typing animation in the Dark 2026 theme. Full editor chrome with activity bar, sidebar, tabs, terminal, and status bar.
Code Snippet - Dark Modern
hfVS Code workbench with per-character typing animation in the Dark Modern theme. Full editor chrome with activity bar, sidebar, tabs, terminal, and status bar.
Code Snippet - Dark+
hfVS Code workbench with per-character typing animation in the Dark+ theme. Full editor chrome with activity bar, sidebar, tabs, terminal, and status bar.
Code Snippet - High Contrast
hfVS Code workbench with per-character typing animation in the High Contrast theme. Full editor chrome with activity bar, sidebar, tabs, terminal, and status bar.
Code Snippet - High Contrast Light
hfVS 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.
Code Snippet - Light 2026
hfVS Code workbench with per-character typing animation in the Light 2026 theme. Full editor chrome with activity bar, sidebar, tabs, terminal, and status bar.
Code Snippet - Light Modern
hfVS Code workbench with per-character typing animation in the Light Modern theme. Full editor chrome with activity bar, sidebar, tabs, terminal, and status bar.
Code Snippet - Light+
hfVS Code workbench with per-character typing animation in the Light+ theme. Full editor chrome with activity bar, sidebar, tabs, terminal, and status bar.
Code Snippet - Monokai
hfVS Code workbench with per-character typing animation in the Monokai theme. Full editor chrome with activity bar, sidebar, tabs, terminal, and status bar.
Code Snippet - Solarized Light
hfVS Code workbench with per-character typing animation in the Solarized Light theme. Full editor chrome with activity bar, sidebar, tabs, terminal, and status bar.
Code Snippet - Visual Studio Dark
hfVS 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.
Code Snippet - Visual Studio Light
hfVS 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.
Code Snippet Flight
hfDiscrete code snippets fly in from the side and assemble into a stacked program, staggered. Block-level FLIP.
Code Terminal Run
hfA token-chrome terminal panel runs one command: the prompt line types deterministically behind an integer-cycle caret, executes after a beat, and output lines print one per cue before a fresh prompt appears.
Code Typing
hfToken-streamed typing reveal with a caret that tracks the frontier — deterministic, no CSS animation.
Glass Code Walk
rcnA camera that scans a glass code block top to bottom as it types, then pulls back to a centered hold.
Terminal Cursor Zoom
rcnCamera locked to the typing cursor, dollying across a terminal as a command types at high zoom.
Terminal Simulator
rcnA terminal window types commands and streams log output.
VS Code Theme Visualizer
hfFaithful VS Code workbench recreation with per-character typing animation across 12 built-in themes. Activity bar, sidebar, tabs, editor, terminal, and status bar — all driven by official theme JSON files.