BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/motiq/liquid-fill-headline

Liquid Fill Headline

motiq/liquid-fill-headline
FreeComponent

An outlined wordmark that fills bottom-up with a sloshing two-polygon clip-path wave rebuilt per frame, settles as the amplitude decays, then takes a coral shimmer sweep. Pure CSS-clipped text (never an SVG luminance mask), controllable level, reduced-motion safe.

Live preview

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

Install it

npx shadcn@latest add https://www.motiq.dev/r/liquid-fill-headline.json

Source

registry/text/liquid-fill-headline.tsxwww.motiq.dev/r/liquid-fill-headline.json · first 6 KB
1"use client";
2
3import * as React from "react";
4
5import { cn } from "@/lib/utils";
6import { useReducedMotion, useVisibilityPause } from "@/lib/motiq";
7
8/* -------------------------------------------------------------------------- */
9/* Types */
10/* -------------------------------------------------------------------------- */
11
12/** `inview` runs the pour timeline on screen; `manual` waits for `level`/replay. */
13export type LiquidFillTrigger = "inview" | "manual";
14
15export interface LiquidFillHeadlineProps extends Omit<React.HTMLAttributes<HTMLElement>, "children"> {
16 /** The real string. Rendered readable on the server and to screen readers. */
17 text: string;
18 /** Rise duration in ms. */
19 fillMs?: number;
20 /** How long the full headline is held before draining, in ms. */
21 holdMs?: number;
22 /** Drain duration in ms. */
23 drainMs?: number;
24 /** Wave height at full slosh, in % of the headline box. */
25 amplitude?: number;
26 /** Two or more CSS colors for the liquid gradient (top → bottom). */
27 gradient?: string[];
28 /** The coral shimmer sweep at the moment the headline fills. */
29 shimmer?: boolean;
30 /** Keep pouring / draining on a loop. */
31 loop?: boolean;
32 /** Controlled fill level, 0–1. Setting it takes the timeline out of the picture. */
33 level?: number;
34 /** What starts the pour. */
35 trigger?: LiquidFillTrigger;
36 /** Restart the pour on pointer down anywhere on the headline. */
37 replayOnPointer?: boolean;
38 /** Element tag for the rendered headline. */
39 as?: "h1" | "h2" | "h3" | "p" | "span" | "div";
40 /** Force the static variant: a fully filled gradient headline, no motion. */
41 reducedMotion?: boolean;
42 /** Fires each time the headline reaches full. */
43 onFilled?: () => void;
44}
45
46/* -------------------------------------------------------------------------- */
47/* Constants */
48/* -------------------------------------------------------------------------- */
49
50/** Polygon resolution — 24 points is smooth at headline scale and cheap. */
51const POINTS = 24;
52/** Timeline segments not exposed as props (seconds). */
53const SETTLE_S = 0.8;
54const SHIMMER_S = 1.0;
55const GAP_S = 0.8;
56/** Level (% of the box) at empty and at full — full overshoots the cap slightly. */
57const LEVEL_EMPTY = 108;
58const LEVEL_FULL = -6;
59/** The back layer rides higher and out of phase, which reads as depth. */
60// … truncated

What it pulls in

Other registry items

  • https://motiq.dev/r/utils.json
  • https://motiq.dev/r/primitives.json

Files it writes

  • registry/text/liquid-fill-headline.tsx

Facts

Registry
motiq
Type
registry:component
Access
Free
Files written
1
Licence
MIT
In the index
at or before 2026-08-12
Last confirmed
today

Go to the source

Docs on motiq www.motiq.dev RMahammad/motiq on GitHub Raw registry item This item as JSON

More from motiq

All 100 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Activity Streamactivity-streammotiqComponentsFree1 dep
Adaptive Safe-Zone Gridadaptive-safe-zone-gridmotiqComponentsFreeno deps
Agent Run Timelineagent-run-timelinemotiqComponentsFree1 dep
AI Response Streamai-response-streammotiqComponentsFree1 dep
Animated Accordionanimated-accordionmotiqComponentsFree2 deps
Animated Buttonanimated-buttonmotiqComponentsFree1 dep
Animated Dialoganimated-dialogmotiqComponentsFree2 deps
Animated Gridanimated-gridmotiqComponentsFree2 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