BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/vengenceui/animated-footer

animated-footer

vengenceui/animated-footer
FreeComponent

vengenceui publishes no description for this item.

Live preview

live · rendered by the registry
Rendered by vengenceui on their own page — this is the component running, not a screenshot of it.

Install it

npx shadcn@latest add https://www.vengenceui.com/r/animated-footer.json

Source

components/ui/animated-footer.tsxwww.vengenceui.com/r/animated-footer.json · first 6 KB
1"use client";
2
3import * as React from "react";
4import { useEffect, useMemo, useRef } from "react";
5import gsap from "gsap";
6import { useTheme } from "next-themes";
7import { cn } from "@/lib/utils";
8
9/**
10 * Animated Footer
11 *
12 * A cinematic, reveal-on-scroll footer: two source images are re-drawn as
13 * live ASCII art on <canvas>, light up in little clusters around the cursor,
14 * and drift with a soft parallax. When the footer scrolls into view the
15 * display headings unmask character-by-character, the links and copy slide
16 * up behind masks, and the ASCII "hands" glide in from the edges.
17 *
18 * Ported from the vanilla "LukeBaffait Animated Footer" (GSAP + canvas) into a
19 * single, self-contained, prop-driven React component. No global smooth-scroll
20 * or SplitText plugin required — the reveal is driven by an IntersectionObserver
21 * and text is split in JSX.
22 */
23
24export interface AnimatedFooterLink {
25 label: string;
26 href: string;
27}
28
29export interface AnimatedFooterProps {
30 /** The large display words along the bottom edge. Defaults to ["VengeanceUI"]. */
31 headingLines?: string[];
32 /** Left image URL, sampled into ASCII art. Must be same-origin or CORS-enabled. */
33 leftImage?: string;
34 /** Right image URL, sampled into ASCII art. Must be same-origin or CORS-enabled. */
35 rightImage?: string;
36
37 /** Footer background color. Defaults to "#0f0f0f". */
38 background?: string;
39 /** Text color for links, copy and headings. Defaults to "#ffffff". */
40 textColor?: string;
41
42 /** Character ramp, ordered dark → light, used to render the ASCII art. */
43 asciiChars?: string;
44 /** Color of the ASCII glyphs. Defaults to "#803500". */
45 charColor?: string;
46 /** Fill color of a highlighted (hovered) cell. Defaults to "#ff6a00". */
47 hoverColor?: string;
48 /** Glyph color inside a highlighted cell. Defaults to "#0f0f0f". */
49 hoverCharColor?: string;
50 /** Number of columns each image is sampled to. Defaults to 80. */
51 columns?: number;
52 /** Pixel size of each ASCII cell. Defaults to 20. */
53 cellSize?: number;
54 /** Font size (px) of the ASCII glyphs. Defaults to 18. */
55 fontSize?: number;
56
57 /** Pointer parallax strength in px; set to 0 to disable. Defaults to 20. */
58 parallaxStrength?: number;
59 /** Cursor influence radius, in cells, for the hover highlight. Defaults to 8. */
60 hoverRadius?: number;
61
62 /** Play the reveal when the footer scrolls into view (else it shows immediately). Defaults to true. */
63 revealOnScroll?: boolean;
64 /**
65// … truncated

What it pulls in

npm packages

  • gsap
  • next-themes

Files it writes

  • public/r/animated-footer.json

Facts

Registry
vengenceui
Type
registry:ui
Access
Free
Files written
1
Licence
the repository states none
In the index
at or before 2026-08-13
Last confirmed
today

Go to the source

Docs on vengenceui www.vengenceui.com Raw registry item This item as JSON

More from vengenceui

All 131 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
accordionaccordionvengenceuiComponentsFree2 deps
agent-bento-gridagent-bento-gridvengenceuiComponentsFree1 dep
alertalertvengenceuiComponentsFreeno deps
animated-buttonanimated-buttonvengenceuiComponentsFree1 dep
animated-numberanimated-numbervengenceuiComponentsFree1 dep
animated-raysanimated-raysvengenceuiComponentsFreeno deps
animated-tooltipanimated-tooltipvengenceuiComponentsFree1 dep
ascii-glitch-rippleascii-glitch-ripplevengenceuiComponentsFreeno deps

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex